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.2 KiB
1 line
2.2 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/HomeRecommendView.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/home/childComps/HomeRecommendView.vue","mtime":1617852605505},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/babel-loader/lib/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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAiSG9tZVJlY29tbWVuZFZpZXciLAogIHByb3BzOnsKICAgIHJlY29tbWVuZHM6ewogICAgICB0eXBlOkFycmF5LAogICAgICBkZWZhdWx0KCkgewogICAgICAgIHJldHVybiBbXTsKICAgICAgfQogICAgfQogIH0sCiAgbWV0aG9kczp7CiAgICBzd2lwZXJJbWFnZUxvYWQoKXsKICAgICAgdGhpcy4kZW1pdCgnc3dpcGVySW1hZ2VMb2FkJykKICAgIH0sCiAgICBjbGlja0luZm8oKXsKICAgICAgdGhpcy4kcm91dGVyLnB1c2goJy9ob21ldmVkaW8nKQogICAgfQogIH0KfQo="},{"version":3,"sources":["HomeRecommendView.vue"],"names":[],"mappings":";;;;;;;;;AASA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"HomeRecommendView.vue","sourceRoot":"src/views/home/childComps","sourcesContent":["<template>\n <div class=\"recommends\" @click=\"clickInfo()\">\n <a href=\"javascript:\">\n <img src=\"@/assets/img/home/billOne.jpeg\" alt=\"\" @load=\"swiperImageLoad\">\n </a>\n </div>\n</template>\n\n<script>\nexport default {\n name: \"HomeRecommendView\",\n props:{\n recommends:{\n type:Array,\n default() {\n return [];\n }\n }\n },\n methods:{\n swiperImageLoad(){\n this.$emit('swiperImageLoad')\n },\n clickInfo(){\n this.$router.push('/homevedio')\n }\n }\n}\n</script>\n\n<style scoped>\n.recommends{\n text-align: center;\n font-size: 12px;\n}\n\n.recommends img{\n width:100%;\n}\n\n</style>\n"]}]} |