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.3 KiB
1 line
2.3 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/nodejs/codewhy/src/components/content/goods/MomentList.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/components/content/goods/MomentList.vue","mtime":1608477972901},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/babel-loader/lib/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:Ly8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBNb21lbnRMaXN0SXRlbSBmcm9tICdAL2NvbXBvbmVudHMvY29udGVudC9nb29kcy9Nb21lbnRMaXN0SXRlbScKCmV4cG9ydCBkZWZhdWx0IHsKICAgIG5hbWU6Ik1vbWVudExpc3QiLAogICAgY29tcG9uZW50czogewogICAgICBNb21lbnRMaXN0SXRlbQogICAgfSwKICAgIHByb3BzOnsKICAgICAgICBtb21lbnRzOnsKICAgICAgICAgICAgdHlwZTpBcnJheSwKICAgICAgICAgICAgZGVmYWx1dCgpewogICAgICAgICAgICAgICAgcmV0dXJuIFtdCiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9LAoKfQo="},{"version":3,"sources":["MomentList.vue"],"names":[],"mappings":";;;;;;;AAOA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA","file":"MomentList.vue","sourceRoot":"src/components/content/goods","sourcesContent":["<template>\n <div class=\"moment-list\">\n <MomentListItem class=\"moment-list-item\" v-for=\"(item,index) in moments\" :key=\"index\" :moments=\"item\"></MomentListItem>\n </div>\n</template>\n\n<script>\nimport MomentListItem from '@/components/content/goods/MomentListItem'\n\nexport default {\n name:\"MomentList\",\n components: {\n MomentListItem\n },\n props:{\n moments:{\n type:Array,\n defalut(){\n return []\n }\n }\n },\n\n}\n</script>\n\n<style scoped>\n.moment-list{\n display: flex;\n flex-wrap: wrap;\n justify-content: space-around;\n font-size: 30px;\n background-color: rgb(212, 212, 212);\n}\n.moment-list-item{\n margin-top:5px;\n background-color: #ffffff;\n}\n</style>"]}]} |