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.2 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/praises/PraiseList.vue?vue&type=style&index=0&id=2f93eb50&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/components/content/praises/PraiseList.vue","mtime":1609594001367},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoubW9tZW50LWxpc3QgewogIGxlZnQ6IDA7CiAgcmlnaHQ6IDA7CiAgYmFja2dyb3VuZC1jb2xvcjogcmdiKDI0NSwgMjQzLCAyNDMpOwogIG92ZXJmbG93OiBoaWRkZW47CiAgdG9wOiAyMjBweDsKICBoZWlnaHQ6IDcwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwp9Cg=="},{"version":3,"sources":["PraiseList.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"PraiseList.vue","sourceRoot":"src/components/content/praises","sourcesContent":["<template>\n <div class=\"moment-list\">\n <PraiseListItem\n v-for=\"(item, index) in praises\"\n :key=\"index\"\n :praise=\"item\"\n ></PraiseListItem>\n </div>\n</template>\n\n<script>\nimport PraiseListItem from \"@/components/content/praises/PraiseListItem\";\nexport default {\n name: \"PraiseList\",\n components: {\n PraiseListItem,\n },\n props: {\n praises: {\n type: Array,\n defalut() {\n return [];\n },\n },\n },\n};\n</script>\n\n<style scoped>\n.moment-list {\n left: 0;\n right: 0;\n background-color: rgb(245, 243, 243);\n overflow: hidden;\n top: 220px;\n height: 70px;\n position: absolute;\n}\n</style>"]}]}