docs: make document more compact

This commit is contained in:
陈嘉涵
2020-01-19 19:52:46 +08:00
parent bb53c3c758
commit 3a4107ef49
40 changed files with 56 additions and 162 deletions
+2 -10
View File
@@ -143,18 +143,10 @@ export default {
<router-view />
<van-tabbar route>
<van-tabbar-item
replace
to="/home"
icon="home-o"
>
<van-tabbar-item replace to="/home" icon="home-o">
Tab
</van-tabbar-item>
<van-tabbar-item
replace
to="/search"
icon="search"
>
<van-tabbar-item replace to="/search" icon="search">
Tab
</van-tabbar-item>
</van-tabbar>
+2 -10
View File
@@ -150,18 +150,10 @@ export default {
<router-view />
<van-tabbar route>
<van-tabbar-item
replace
to="/home"
icon="home-o"
>
<van-tabbar-item replace to="/home" icon="home-o">
标签
</van-tabbar-item>
<van-tabbar-item
replace
to="/search"
icon="search"
>
<van-tabbar-item replace to="/search" icon="search">
标签
</van-tabbar-item>
</van-tabbar>