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/big bar/bigbar-start/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/components/content/mineOrder/ordermineList.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/components/content/mineOrder/ordermineList.vue","mtime":1617458243561},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCgppbXBvcnQgb3JkZXJtaW5lTGlzdEl0ZW0gZnJvbSAiLi9vcmRlcm1pbmVMaXN0SXRlbSI7CgoKCmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAib3JkZXJtaW5lTGlzdCIsCiAgY29tcG9uZW50czogewogICAgb3JkZXJtaW5lTGlzdEl0ZW0KICB9LAogIHByb3BzOnsKICAgICAgbGlzdDp7CiAgICAgICAgICB0eXBlOkFycmF5LAogICAgICAgICAgICBkZWZhbHV0KCl7CiAgICAgICAgICAgICAgICByZXR1cm4gW10KICAgICAgICAgICAgfQogICAgICAgIH0KICAgICAgfQogIH0K"},{"version":3,"sources":["ordermineList.vue"],"names":[],"mappings":";;;;;;;;;;;AAWA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"ordermineList.vue","sourceRoot":"src/components/content/mineOrder","sourcesContent":["<template>\n <div class=\"cart\">\n <ordermineListItem v-for=\"(item,index) in list\"\n :key=\"index\"\n :item-info=\"item\">{{item}}>\n </ordermineListItem>\n </div>\n</template>\n\n<script>\n\nimport ordermineListItem from \"./ordermineListItem\";\n\n\n\nexport default {\n name: \"ordermineList\",\n components: {\n ordermineListItem\n },\n props:{\n list:{\n type:Array,\n defalut(){\n return []\n }\n }\n }\n }\n</script>\n\n<style scoped>\n.content{\n height: calc(100% - 44px - 49px - 40px);\n overflow: hidden;\n}\n</style>\n"]}]} |