You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.9 KiB
1 line
1.9 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/nodejs/codewhy/src/views/detail/childComps/DetailSwiper.vue?vue&type=style&index=0&id=514ca74c&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/views/detail/childComps/DetailSwiper.vue","mtime":1608372721999},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/postcss-loader/src/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKLnN3aXBlci1pdGVtewogIGhlaWdodDogNDAwcHg7CiAgb3ZlcmZsb3c6IGhpZGRlbjsKfQo="},{"version":3,"sources":["DetailSwiper.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA;AACA;AACA;AACA","file":"DetailSwiper.vue","sourceRoot":"src/views/detail/childComps","sourcesContent":["<template>\n <swiper class=\"swiper-item\">\n <swiper-item v-for=\"(item,index) in topImages\" :key=\"item\">\n <img :src=\"item\" :key=\"index\" alt=\"\">\n </swiper-item>\n </swiper>\n</template>\n\n<script>\nimport {Swiper,SwiperItem} from '@/components/common/swiper'\n\n\nexport default {\nname: \"DetailSwiper\",\n props:{\n topImages:{\n type:Array,\n default(){\n return []\n }\n }\n },\n components:{\n SwiperItem,\n Swiper,\n },\n}\n</script>\n\n<style scoped>\n.swiper-item{\n height: 400px;\n overflow: hidden;\n}\n</style>\n"]}]} |