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

{"remainingRequest":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/nodejs/codewhy/src/views/home/childComps/HomeRecommendView.vue?vue&type=style&index=0&id=45809f01&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/views/home/childComps/HomeRecommendView.vue","mtime":1607936052802},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/postcss-loader/src/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoucmVjb21tZW5kc3sKICBkaXNwbGF5OiBmbGV4OwogIHdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBmb250LXNpemU6IDEycHg7CiAgcGFkZGluZzogMTBweCAwIDIwcHg7CiAgYm9yZGVyLWJvdHRvbTogOHB4IHNvbGlkICNlZWU7Cn0KLnJlY29tbWVuZHMtaXRlbXsKICBmbGV4OjE7Cn0KLnJlY29tbWVuZHMtaXRlbSBpbWd7CiAgd2lkdGg6IDY1cHg7CiAgaGVpZ2h0OiA2NXB4Owp9Cg=="},{"version":3,"sources":["HomeRecommendView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA0BA;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\">\n <div v-for=\"item in recommends\" :key=\"item.link\" class=\"recommends-item\">\n <a :href=\"item.link\">\n <img :src=\"item.image\" alt=\"\">\n <div>{{item.title}}</div>\n </a>\n </div>\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}\n</script>\n\n<style scoped>\n.recommends{\n display: flex;\n width: 100%;\n text-align: center;\n font-size: 12px;\n padding: 10px 0 20px;\n border-bottom: 8px solid #eee;\n}\n.recommends-item{\n flex:1;\n}\n.recommends-item img{\n width: 65px;\n height: 65px;\n}\n</style>\n"]}]}