tabber
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<contentList></contentList>
|
||||
</view>
|
||||
<view class="tabBar">
|
||||
<!-- <tabBar></tabBar> -->
|
||||
<tabBar></tabBar>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
import topNavigation from "../../components/topNavigation/topNavigation";
|
||||
import Advertisement from "../../components/Advertisement/Advertisement";
|
||||
import contentList from "../../components/contentList/contentList";
|
||||
// import tabBar from "../../components/tabBar/tabBar";
|
||||
import tabBar from "../../components/tabBar/tabBar";
|
||||
export default {
|
||||
data() {
|
||||
return {};
|
||||
@@ -34,6 +34,8 @@ export default {
|
||||
components: {
|
||||
topNavigation,
|
||||
Advertisement,
|
||||
contentList,
|
||||
tabBar,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user