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

{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/bigbar-start/src/views/category/childComps/SearchList.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/src/views/category/childComps/SearchList.vue","mtime":1616330586642},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCgoKaW1wb3J0IFNlYXJjaExpc3RJdGVtIGZyb20gIi4vU2VhcmNoTGlzdEl0ZW0iOwoKCgpleHBvcnQgZGVmYXVsdCB7CiAgbmFtZTogIlNlYXJjaExpc3QiLAogIGNvbXBvbmVudHM6IHsKICAgIFNlYXJjaExpc3RJdGVtCiAgfSwKICBwcm9wczp7CiAgIGxpc3Q6ewogICAgdHlwZTpBcnJheSwKICAgICBkZWZhdWx0KCl7CiAgICAgIHJldHVybiBbXQogICAgfQogIH0KICB9LAogIGNvbXB1dGVkOiB7CiAgfSwKCn0K"},{"version":3,"sources":["SearchList.vue"],"names":[],"mappings":";;;;;;;;;;;;AAYA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA","file":"SearchList.vue","sourceRoot":"src/views/category/childComps","sourcesContent":["<template>\n <div class=\"cart\">\n <SearchListItem v-for=\"(item,index) in list\"\n :key=\"index\"\n :item-info=\"item\">{{item}}>\n </SearchListItem>\n </div>\n</template>\n\n<script>\n\n\nimport SearchListItem from \"./SearchListItem\";\n\n\n\nexport default {\n name: \"SearchList\",\n components: {\n SearchListItem\n },\n props:{\n list:{\n type:Array,\n default(){\n return []\n }\n }\n },\n computed: {\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"]}]}