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.2 KiB
1 line
2.2 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/overOrder/overOrderList.vue?vue&type=style&index=0&id=075247a6&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/components/content/overOrder/overOrderList.vue","mtime":1617459493987},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/postcss-loader/src/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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgouY29udGVudHsKICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDQ0cHggLSA0OXB4IC0gNDBweCk7CiAgb3ZlcmZsb3c6IGhpZGRlbjsKfQo="},{"version":3,"sources":["overOrderList.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCA;AACA;AACA;AACA","file":"overOrderList.vue","sourceRoot":"src/components/content/overOrder","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 \"./overOrderListItem\";\n\n\n\nexport default {\n name: \"overOrderList\",\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"]}]} |