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/nodejs/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/nodejs/codewhy/src/views/category/childComps/TabContentDetail.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/views/category/childComps/TabContentDetail.vue","mtime":1607666509055},{"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:Ly8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBHcmlkVmlldyBmcm9tICJAL2NvbXBvbmVudHMvY29tbW9uL2dyaWRWaWV3L0dyaWRWaWV3IjsKaW1wb3J0IEdvb2RzTGlzdEl0ZW0gZnJvbSAiQC9jb21wb25lbnRzL2NvbnRlbnQvZ29vZHMvR29vZHNMaXN0SXRlbSI7CgpleHBvcnQgZGVmYXVsdCB7CiAgbmFtZTogIlRhYkNvbnRlbnREZXRhaWwiLAogIGNvbXBvbmVudHM6IHsKICAgIEdyaWRWaWV3LAogICAgR29vZHNMaXN0SXRlbQogIH0sCiAgcHJvcHM6IHsKICAgIGNhdGVnb3J5RGV0YWlsOiB7CiAgICAgIHR5cGU6IEFycmF5LAogICAgICBkZWZhdWx0KCkgewogICAgICAgIHJldHVybiBbXQogICAgICB9CiAgICB9CiAgfSwKfQo="},{"version":3,"sources":["TabContentDetail.vue"],"names":[],"mappings":";;;;;;;AAOA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"TabContentDetail.vue","sourceRoot":"src/views/category/childComps","sourcesContent":["<template>\n <Grid-view>\n <Goods-list-item v-for=\"(item, index) in categoryDetail\" :key=\"index\" :goods-item=\"item\"></Goods-list-item>\n </Grid-view>\n</template>\n\n<script>\n import GridView from \"@/components/common/gridView/GridView\";\n import GoodsListItem from \"@/components/content/goods/GoodsListItem\";\n\n export default {\n name: \"TabContentDetail\",\n components: {\n GridView,\n GoodsListItem\n },\n props: {\n categoryDetail: {\n type: Array,\n default() {\n return []\n }\n }\n },\n }\n</script>\n\n<style scoped>\n\n</style>\n"]}]} |