Skip to content

Commit

Permalink
创建分类索引页categories
Browse files Browse the repository at this point in the history
  • Loading branch information
suvvm committed Dec 1, 2019
1 parent 77d0f0b commit 05fcaf9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pages/categories/categories.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<template>
<view>
<!-- 底部导航栏 -->
<van-tabbar route>
<van-tabbar-item icon="home-o" to="/pages/home/home">首页</van-tabbar-item>
<van-tabbar-item icon="search" to="/pages/search/search">检索</van-tabbar-item>
<van-tabbar-item icon="friends-o" to="/pages/categories/categories">标签</van-tabbar-item>
<van-tabbar-item icon="user-o" to="/pages/user/user">我的</van-tabbar-item>
</van-tabbar>
</view>
</template>

<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>

<style>
</style>

0 comments on commit 05fcaf9

Please sign in to comment.