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.4 KiB
1 line
2.4 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/home/childComps/HomeSwiper.vue?vue&type=style&index=0&id=efea4c16&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/home/childComps/HomeSwiper.vue","mtime":1618194721770},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/postcss-loader/src/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCi5zd2lwZXIgYSBpbWd7CiAgYm9yZGVyLWJvdHRvbS1sZWZ0LXJhZGl1czoxMHB4IDEwcHg7CiAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6MTBweCAxMHB4Owp9Cg=="},{"version":3,"sources":["HomeSwiper.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CA;AACA;AACA;AACA","file":"HomeSwiper.vue","sourceRoot":"src/views/home/childComps","sourcesContent":["<template>\n <swiper>\n <swiperItem v-for=\"item in banners\" :key=\"item.id\" class=\"swiper\">\n <a href=\"javascript:\" >\n <img :src=\"item.image\" alt=\"\" @load=\"imageLoad\">\n </a>\n </swiperItem>\n </swiper>\n</template>\n\n<script>\nimport {Swiper, SwiperItem} from \"@/components/common/swiper/index\"\nexport default {\n name: \"HomeSwiper\",\n components:{\n Swiper,\n SwiperItem\n },\n props:{\n banners:{\n type:Array,\n default(){\n return[]\n }\n }\n },\n data(){\n return {\n isLoad:false\n }\n },\n methods:{\n imageLoad(){\n if(!this.isLoad) {\n this.$emit('swiperImageLoad')\n this.isLoad=true\n }\n }\n }\n}\n</script>\n\n<style scoped>\n.swiper a img{\n border-bottom-left-radius:10px 10px;\n border-bottom-right-radius:10px 10px;\n}\n</style>\n"]}]} |