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.1 KiB
1 line
2.1 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/bigbar-start/src/components/content/praises/PraiseListItem.vue?vue&type=style&index=0&id=5a4adf46&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/src/components/content/praises/PraiseListItem.vue","mtime":1616420169189},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/postcss-loader/src/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCi5wcmFpc2V7CiAgZGlzcGxheTogaW5saW5lLWJsb2NrOwogIG1hcmdpbi1sZWZ0OjVweDsKfQoKc3BhbnsKICBmb250LXNpemU6IDE0cHg7Cn0KLnByYWlzZSBpbWd7CiAgaGVpZ2h0OiAyMHB4OwogIHdpZHRoOiAyMHB4Owp9Cg=="},{"version":3,"sources":["PraiseListItem.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA;AACA;AACA;AACA;;AAEA;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>\n.praise{\n display: inline-block;\n margin-left:5px;\n}\n\nspan{\n font-size: 14px;\n}\n.praise img{\n height: 20px;\n width: 20px;\n}\n</style>\n"]}]} |