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

{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/praises/PraiseList.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/praises/PraiseList.vue","mtime":1610538764974},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/babel-loader/lib/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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBQcmFpc2VMaXN0SXRlbSBmcm9tICJAL2NvbXBvbmVudHMvY29udGVudC9wcmFpc2VzL1ByYWlzZUxpc3RJdGVtIjsKZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICJQcmFpc2VMaXN0IiwKICBjb21wb25lbnRzOiB7CiAgICBQcmFpc2VMaXN0SXRlbSwKICB9LAogIHByb3BzOiB7CiAgICBwcmFpc2VzOiB7CiAgICAgIHR5cGU6IEFycmF5LAogICAgICBkZWZhbHV0KCkgewogICAgICAgIHJldHVybiBbXTsKICAgICAgfSwKICAgIH0sCiAgfSwKfTsK"},{"version":3,"sources":["PraiseList.vue"],"names":[],"mappings":";;;;;;;;;;;AAWA;AACA;AACA;AACA;AACA;AACA;AACA;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 overflow: hidden;\n top: 230px;\n height: 70px;\n position: absolute;\n}\n\n</style>"]}]}