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
2.0 KiB
1 line
2.0 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/detail/childComps/DetailSwiper.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/detail/childComps/DetailSwiper.vue","mtime":1615894100156},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCB7U3dpcGVyLFN3aXBlckl0ZW19IGZyb20gJ0AvY29tcG9uZW50cy9jb21tb24vc3dpcGVyJwoKCmV4cG9ydCBkZWZhdWx0IHsKbmFtZTogIkRldGFpbFN3aXBlciIsCiAgcHJvcHM6ewogIHRvcEltYWdlczp7CiAgICB0eXBlOkFycmF5LAogICAgZGVmYXVsdCgpewogICAgICByZXR1cm4gW10KICAgIH0KICB9CiAgfSwKICBjb21wb25lbnRzOnsKICBTd2lwZXJJdGVtLAogICAgU3dpcGVyLAogIH0sCn0K"},{"version":3,"sources":["DetailSwiper.vue"],"names":[],"mappings":";;;;;;;;;AASA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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: 350px;\n overflow: hidden;\n}\n</style>\n"]}]} |