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.1 KiB
1 line
2.1 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/home/childComps/HomeRecommendView.vue?vue&type=style&index=0&id=40e074c4&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/home/childComps/HomeRecommendView.vue","mtime":1614957209898},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/postcss-loader/src/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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoucmVjb21tZW5kc3sKICBkaXNwbGF5OiBmbGV4OwogIHdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBmb250LXNpemU6IDEycHg7CiAgYm9yZGVyLWJvdHRvbTogNXB4IHNvbGlkIHJnYigyMzAsIDIxNCwgMjE0KTsKfQoK"},{"version":3,"sources":["HomeRecommendView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA0BA;AACA;AACA;AACA;AACA;AACA;AACA","file":"HomeRecommendView.vue","sourceRoot":"src/views/home/childComps","sourcesContent":["<template>\n <div class=\"recommends\">\n <img src=\"https://img09.jiuxian.com/bill/2021/0305/27a878e035b74aa9a75f7c65ed0dd2a9.jpg\" alt=\"\" width=\"100%\" @load=\"swiperImageLoad\">\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 }\n}\n</script>\n\n<style scoped>\n.recommends{\n display: flex;\n width: 100%;\n text-align: center;\n font-size: 12px;\n border-bottom: 5px solid rgb(230, 214, 214);\n}\n\n</style>\n"]}]} |