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
3.4 KiB
1 line
3.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/HomefeatureView.vue?vue&type=style&index=0&id=3d1639d2&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/home/childComps/HomefeatureView.vue","mtime":1620198688164},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgouZmVhdHVyZSB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LXdyYXA6d3JhcDsKICBiYWNrZ3JvdW5kLWNvbG9yOiAjZkFGQUZBOwogIGFsaWduLWNvbnRlbnQ6IGZsZXgtc3RhcnQ7Cn0KLmZlYXR1cmUgaW1nIHsKICB3aWR0aDogMjAlOwp9Cg=="},{"version":3,"sources":["HomefeatureView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"HomefeatureView.vue","sourceRoot":"src/views/home/childComps","sourcesContent":["<template>\n <div class=\"feature\">\n <a href=\"javascript:\">\n <img src=\"@/assets/img/home/1.jpeg\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo1()\" />\n <img src=\"@/assets/img/home/2.jpeg\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo2()\" />\n <img src=\"@/assets/img/home/3.jpeg\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo3()\" />\n <img src=\"@/assets/img/home/4.jpeg\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo4()\" />\n <img src=\"@/assets/img/home/5.jpeg\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo5()\" />\n <img src=\"@/assets/img/home/6.gif\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo5()\" />\n <img src=\"@/assets/img/home/7.jpeg\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo4()\" />\n <img src=\"@/assets/img/home/8.gif\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo3()\" />\n <img src=\"@/assets/img/home/9.jpeg\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo1()\" />\n <img src=\"@/assets/img/home/10.jpeg\" alt=\"\" @load=\"swiperImageLoad\" @click=\"clickInfo2()\" />\n </a>\n </div>\n</template>\n\n<script>\nexport default {\n name: \"HomefeatureView\",\n methods: {\n swiperImageLoad() {\n this.$emit(\"swiperImageLoad\");\n },\n clickInfo1() {\n this.$router.push(\"/listfirst\");\n },\n clickInfo2() {\n this.$router.push(\"/listsecond\");\n },\n clickInfo3() {\n this.$router.push(\"/listthird\");\n },\n clickInfo4() {\n this.$router.push(\"/listfour\");\n },\n clickInfo5() {\n this.$router.push(\"/listfive\");\n },\n }\n};\n</script>\n\n<style scoped>\n.feature {\n display: flex;\n flex-wrap:wrap;\n background-color: #fAFAFA;\n align-content: flex-start;\n}\n.feature img {\n width: 20%;\n}\n</style>\n"]}]} |