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
1 line
2.4 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/moments/MomentList.vue?vue&type=style&index=0&id=3912e760&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/moments/MomentList.vue","mtime":1609605682762},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKLm1vbWVudC1saXN0ewogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC13cmFwOiB3cmFwOwogIGp1c3RpZnktY29udGVudDogc3BhY2UtYXJvdW5kOwogIGZvbnQtc2l6ZTogMzBweDsKICBiYWNrZ3JvdW5kLWNvbG9yOiBycmdiYSgyMTIsIDIxMiwgMjEyLCAwLjMyOSk7Cn0KLm1vbWVudC1saXN0LWl0ZW17CiAgbWFyZ2luLXRvcDo1cHg7CiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjsKfQo="},{"version":3,"sources":["MomentList.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"MomentList.vue","sourceRoot":"src/components/content/moments","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/moments/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 created(){\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: rrgba(212, 212, 212, 0.329);\n}\n.moment-list-item{\n margin-top:5px;\n background-color: #ffffff;\n}\n</style>"]}]} |