[new feature] Tabbar: add route prop

This commit is contained in:
陈嘉涵
2019-05-13 14:48:55 +08:00
parent f94df82ceb
commit 96b1d8f81d
7 changed files with 284 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ export default sfc({
props: {
value: Number,
route: Boolean,
activeColor: String,
inactiveColor: String,
safeAreaInsetBottom: Boolean,