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.7 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=style&index=0&id=3a5a7b92&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/views/category/childComps/TabContentCategory.vue","mtime":1607666509055},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCi5wYW5lbCBpbWcgewogIHdpZHRoOiAxMDAlOwp9CgouaXRlbSB7CiAgdGV4dC1hbGlnbjogY2VudGVyOwogIGZvbnQtc2l6ZTogMTJweDsKfQoKLml0ZW0taW1nIHsKICB3aWR0aDogODAlOwp9CgouaXRlbS10ZXh0IHsKICBtYXJnaW4tdG9wOiAxNXB4Owp9Cg=="},{"version":3,"sources":["TabContentCategory.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;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"]}]}