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.8 KiB
1 line
2.8 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/TabContentCategory.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/views/category/childComps/TabContentCategory.vue","mtime":1607666509055},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBHcmlkVmlldyBmcm9tICJAL2NvbXBvbmVudHMvY29tbW9uL2dyaWRWaWV3L0dyaWRWaWV3IjsKCmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAiVGFiQ29udGVudENhdGVnb3J5IiwKICBjb21wb25lbnRzOiB7CiAgICBHcmlkVmlldwogIH0sCiAgZGF0YSgpewogICAgcmV0dXJuewogICAgICBpc0xvYWQ6ZmFsc2UsCiAgICAgIHZpc2libGU6IGZhbHNlLAogICAgICBJbWdLZXk6ICcnLAogICAgICBudW1iZXI6MAogICAgfQogIH0sCiAgcHJvcHM6IHsKICAgIHN1YmNhdGVnb3JpZXM6IHsKICAgICAgdHlwZTogT2JqZWN0LAogICAgICBkZWZhdWx0KCkgewogICAgICAgIHJldHVybiBbXQogICAgICB9CiAgICB9CiAgfSwKICBtZXRob2RzOnsKICB9LAp9Cg=="},{"version":3,"sources":["TabContentCategory.vue"],"names":[],"mappings":";;;;;;;;;;;;;;AAcA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"TabContentCategory.vue","sourceRoot":"src/views/category/childComps","sourcesContent":["<template>\n <div>\n <grid-view :cols=\"3\" :lineSpace=\"15\" :v-margin=\"20\" v-if=\"subcategories.list\">\n <div class=\"item\" v-for=\"(item, index) in subcategories.list\" :key=\"index\" >\n <a :href=\"item.link\" >\n <img class=\"item-img\" :src=\"item.image\" alt=\"\" >\n <div class=\"item-text\">{{item.title}}</div>\n </a>\n </div>\n </grid-view>\n </div>\n</template>\n\n<script>\n import GridView from \"@/components/common/gridView/GridView\";\n\n export default {\n name: \"TabContentCategory\",\n components: {\n GridView\n },\n data(){\n return{\n isLoad:false,\n visible: false,\n ImgKey: '',\n number:0\n }\n },\n props: {\n subcategories: {\n type: Object,\n default() {\n return []\n }\n }\n },\n methods:{\n },\n }\n</script>\n\n<style scoped>\n .panel img {\n width: 100%;\n }\n\n .item {\n text-align: center;\n font-size: 12px;\n }\n\n .item-img {\n width: 80%;\n }\n\n .item-text {\n margin-top: 15px;\n }\n</style>\n"]}]} |