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/nodejs/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/nodejs/codewhy/src/views/cart/childComps/CartList.vue?vue&type=style&index=0&id=14132450&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/views/cart/childComps/CartList.vue","mtime":1607666509054},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/postcss-loader/src/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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgouY29udGVudHsKICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDQ0cHggLSA0OXB4IC0gNDBweCk7CiAgb3ZlcmZsb3c6IGhpZGRlbjsKfQo="},{"version":3,"sources":["CartList.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA;AACA;AACA;AACA","file":"CartList.vue","sourceRoot":"src/views/cart/childComps","sourcesContent":["<template>\n <div class=\"cart\">\n <scroll class=\"content\" ref=\"scroll\">\n <CartListItem v-for=\"(item,index) in list\"\n :key=\"index\"\n :item-info=\"item\">{{item}}>\n </CartListItem>\n </scroll>\n </div>\n</template>\n\n<script>\nimport Scroll from \"@/components/common/Scroll/Scroll\";\n\nimport CartListItem from \"@/views/cart/childComps/CartListItem\";\n\nimport {mapGetters} from 'vuex'\n\n\nexport default {\n name: \"CartList\",\n components: {\n Scroll,\n CartListItem\n },\n computed: {\n // ...mapGetters(['cartLength','cartList'])\n ...mapGetters({\n list: 'cartList'\n })\n },\n activated(){\n this.$refs.scroll.refresh()\n }\n}\n</script>\n\n<style scoped>\n.content{\n height: calc(100% - 44px - 49px - 40px);\n overflow: hidden;\n}\n</style>\n"]}]}