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.0 KiB
1 line
2.0 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/components/content/goods/GoodsList.vue?vue&type=style&index=0&id=800e70f6&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/components/content/goods/GoodsList.vue","mtime":1616330594139},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgouZ29vZHN7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LXdyYXA6IHdyYXA7CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1ldmVubHk7Cn0K"},{"version":3,"sources":["GoodsList.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA0BA;AACA;AACA;AACA;AACA","file":"GoodsList.vue","sourceRoot":"src/components/content/goods","sourcesContent":["<template>\n<div class=\"goods\">\n <GoodsListItem v-for=\"(item, index) in goods\" :key=\"index\" :goodsItem=\"item\"/>\n</div>\n</template>\n\n<script>\nimport GoodsListItem from \"@/components/content/goods/GoodsListItem\";\n\nexport default {\nname: \"GoodsList\",\n components:{\n GoodsListItem\n },\n props:{\n goods:{\n type:Array,\n default(){\n return []\n }\n }\n }\n}\n</script>\n\n<style scoped>\n.goods{\n display: flex;\n flex-wrap: wrap;\n justify-content: space-evenly;\n}\n</style>\n"]}]} |