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

{"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=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/praises/PraiseListItem.vue","mtime":1616411938668},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KCgpleHBvcnQgZGVmYXVsdCB7CiAgbmFtZTogIlByYWlzZUxpc3RJdGVtIiwKICBwcm9wczogewogICAgcHJhaXNlOiB7CiAgICAgIHR5cGU6IE9iamVjdCwKICAgICAgZGVmYXVsdCgpIHsKICAgICAgICByZXR1cm4ge307CiAgICAgIH0sCiAgICB9LAogIH0sCiAgZGF0YSgpewogICAgcmV0dXJuewogICAgICBpc3ByYWlzZToi54K56LWeIgogICAgfQogIH0KfTsK"},{"version":3,"sources":["PraiseListItem.vue"],"names":[],"mappings":";;;;;;;;;AASA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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"]}]}