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.4 KiB
1 line
2.4 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/nodejs/codewhy/src/views/profile/childComps/ListView.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/views/profile/childComps/ListView.vue","mtime":1607666509059},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/babel-loader/lib/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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCglleHBvcnQgZGVmYXVsdCB7CgkJbmFtZTogIkxpc3RWaWV3IiwKICAgIHByb3BzOiB7CgkJICBsaXN0RGF0YTogewoJCSAgICB0eXBlOiBBcnJheSwKICAgICAgICBkZWZhdWx0OiBmdW5jdGlvbiAoKSB7CiAgICAgICAgICByZXR1cm4gW10KICAgICAgICB9CiAgICAgIH0KICAgIH0KCX0K"},{"version":3,"sources":["ListView.vue"],"names":[],"mappings":";;;;;;;;;;;;AAYA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"ListView.vue","sourceRoot":"src/views/profile/childComps","sourcesContent":["<template>\n <div id=\"list\">\n <div v-for=\"(item, index) in listData\" :key=\"index\" class=\"item\">\n <span class=\"icon\">\n <svg :fill=\"item.iconColor\"><use :xlink:href=\"item.icon\"></use></svg>\n </span>\n <div class=\"info\">{{item.info}}</div>\n </div>\n </div>\n</template>\n\n<script>\n\texport default {\n\t\tname: \"ListView\",\n props: {\n\t\t listData: {\n\t\t type: Array,\n default: function () {\n return []\n }\n }\n }\n\t}\n</script>\n\n<style scoped>\n #list {\n background-color: #fff;\n font-size: 15px;\n color: #333;\n }\n\n #list .item {\n height: 44px;\n line-height: 44px;\n position: relative;\n }\n\n .icon svg {\n width: 18px;\n height: 18px;\n }\n\n .item .icon {\n margin-top: 10px;\n position: absolute;\n left: 16px;\n top: -7px;\n }\n\n .item .info {\n margin-left: 40px;\n border-bottom: 1px solid rgba(100, 100, 100, .1);\n padding-left: 5px;\n }\n\n .item:last-of-type .info {\n border-bottom: none;\n }\n</style>\n"]}]} |