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

{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/order/childComps/OrderList.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/order/childComps/OrderList.vue","mtime":1616679743907},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/thread-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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCgoKaW1wb3J0IE9yZGVyTGlzdEl0ZW0gZnJvbSAiQC92aWV3cy9vcmRlci9jaGlsZENvbXBzL09yZGVyTGlzdEl0ZW0iOwoKaW1wb3J0IHttYXBHZXR0ZXJzfSBmcm9tICd2dWV4JwoKCmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAiT3JkZXJMaXN0IiwKICBjb21wb25lbnRzOiB7CiAgICBPcmRlckxpc3RJdGVtCiAgfSwKICBjb21wdXRlZDogewogICAgLy8gLi4ubWFwR2V0dGVycyhbJ2NhcnRMZW5ndGgnLCdjYXJ0TGlzdCddKQogICAgLi4ubWFwR2V0dGVycyh7CiAgICAgIGxpc3Q6ICdjYXJ0TGlzdCcKICAgIH0pCiAgfSwKCn0K"},{"version":3,"sources":["OrderList.vue"],"names":[],"mappings":";;;;;;;;;;;;AAYA;;AAEA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA","file":"OrderList.vue","sourceRoot":"src/views/order/childComps","sourcesContent":["<template>\n <div class=\"cart\">\n <OrderListItem v-for=\"(item,index) in list\"\n :key=\"index\"\n :item-info=\"item\">{{item}}>\n </OrderListItem>\n </div>\n</template>\n\n<script>\n\n\nimport OrderListItem from \"@/views/order/childComps/OrderListItem\";\n\nimport {mapGetters} from 'vuex'\n\n\nexport default {\n name: \"OrderList\",\n components: {\n OrderListItem\n },\n computed: {\n // ...mapGetters(['cartLength','cartList'])\n ...mapGetters({\n list: 'cartList'\n })\n },\n\n}\n</script>\n\n<style scoped>\n</style>\n"]}]}