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
1.9 KiB
1 line
1.9 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/PraiseListItem.vue?vue&type=style&index=0&id=41b36fea&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/praises/PraiseListItem.vue","mtime":1616411938668},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCnNwYW57CiAgZm9udC1zaXplOiAxNHB4Owp9Ci5wcmFpc2UgaW1newogIGhlaWdodDogMjBweDsKICB3aWR0aDogMjBweDsKfQo="},{"version":3,"sources":["PraiseListItem.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA;AACA;AACA;AACA;AACA;AACA;AACA","file":"PraiseListItem.vue","sourceRoot":"src/components/content/praises","sourcesContent":["<template>\n <div class=\"praise\" >\n <img src=\"@/assets/img/moment/praise-icon.svg\">\n <span>{{praise.name}}</span>\n </div>\n</template>\n\n<script>\n\nexport default {\n name: \"PraiseListItem\",\n props: {\n praise: {\n type: Object,\n default() {\n return {};\n },\n },\n },\n data(){\n return{\n ispraise:\"点赞\"\n }\n }\n};\n</script>\n\n<style scoped>\nspan{\n font-size: 14px;\n}\n.praise img{\n height: 20px;\n width: 20px;\n}\n</style>\n"]}]} |