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.2 KiB

{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/mainTabbar/MainTabBar.vue?vue&type=style&index=0&id=21432b99&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/mainTabbar/MainTabBar.vue","mtime":1616690400354},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/postcss-loader/src/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKLnRhYi1iYXJ7CiAgcG9zaXRpb246IGFic29sdXRlOwogIGJvdHRvbTogMDsKfQo="},{"version":3,"sources":["MainTabBar.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CA;AACA;AACA;AACA","file":"MainTabBar.vue","sourceRoot":"src/components/content/mainTabbar","sourcesContent":["<template>\n <tab-bar class=\"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/hub.svg\" alt=\"\">\n <img slot=\"item-icon-active\" src=\"~assets/img/tabbar/active_hub.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\n\nexport default {\n\nname: \"MainTabBar\",\n components:{\n TabBar,\n TabBarItem\n },\n}\n</script>\n\n<style scoped>\n.tab-bar{\n position: absolute;\n bottom: 0;\n}\n</style>\n"]}]}