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
3.3 KiB

{"remainingRequest":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/nodejs/codewhy/src/components/content/mainTabbar/MainTabBar.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/components/content/mainTabbar/MainTabBar.vue","mtime":1608450649516},{"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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBUYWJCYXIgZnJvbSAiQC9jb21wb25lbnRzL2NvbW1vbi90YWJiYXIvVGFiQmFyIjsKaW1wb3J0IFRhYkJhckl0ZW0gZnJvbSAiQC9jb21wb25lbnRzL2NvbW1vbi90YWJiYXIvVGFiQmFySXRlbSI7CgpleHBvcnQgZGVmYXVsdCB7CgpuYW1lOiAiTWFpblRhYkJhciIsCiAgY29tcG9uZW50czp7CiAgICBUYWJCYXIsCiAgICBUYWJCYXJJdGVtCiAgfQp9Cg=="},{"version":3,"sources":["MainTabBar.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA","file":"MainTabBar.vue","sourceRoot":"src/components/content/mainTabbar","sourcesContent":["<template>\n <tab-bar>\n <tab-bar-item path=\"/home\" activeColor=\"red\">\n <img slot=\"item-icon\" src=\"~assets/img/tabbar/home.svg\" alt=\"\">\n <img slot=\"item-icon-active\" src=\"~assets/img/tabbar/home_active.svg\" alt=\"\">\n <div slot=\"item-text\">首页</div>\n </tab-bar-item>\n <tab-bar-item path=\"/category\" activeColor=\"red\">\n <img slot=\"item-icon\" src=\"~assets/img/tabbar/category.svg\" alt=\"\">\n <img slot=\"item-icon-active\" src=\"~assets/img/tabbar/category_active.svg\" alt=\"\">\n <div slot=\"item-text\">分类</div>\n </tab-bar-item>\n <tab-bar-item path=\"/moment\" activeColor=\"red\">\n <img slot=\"item-icon\" src=\"~assets/img/tabbar/category.svg\" alt=\"\">\n <img slot=\"item-icon-active\" src=\"~assets/img/tabbar/category_active.svg\" alt=\"\">\n <div slot=\"item-text\">论坛</div>\n </tab-bar-item>\n <tab-bar-item path=\"/cart\" activeColor=\"red\">\n <img slot=\"item-icon\" src=\"~assets/img/tabbar/cart.svg\" alt=\"\">\n <img slot=\"item-icon-active\" src=\"~assets/img/tabbar/cart_active.svg\" alt=\"\">\n <div slot=\"item-text\">购物车</div>\n </tab-bar-item>\n <tab-bar-item path=\"/profile\" activeColor=\"red\">\n <img slot=\"item-icon\" src=\"~assets/img/tabbar/profile.svg\" alt=\"\">\n <img slot=\"item-icon-active\" src=\"~assets/img/tabbar/profile_active.svg\" alt=\"\">\n <div slot=\"item-text\">我的</div>\n </tab-bar-item>\n </tab-bar>\n</template>\n<script>\nimport TabBar from \"@/components/common/tabbar/TabBar\";\nimport TabBarItem from \"@/components/common/tabbar/TabBarItem\";\n\nexport default {\n\nname: \"MainTabBar\",\n components:{\n TabBar,\n TabBarItem\n }\n}\n</script>\n\n<style scoped>\n\n</style>\n"]}]}