feat(Tabbar): add @tabbar-z-index less var

This commit is contained in:
陈嘉涵
2020-01-28 11:50:50 +08:00
parent a2d870ad8e
commit 0441f7ba09
5 changed files with 16 additions and 17 deletions
+1 -4
View File
@@ -9,6 +9,7 @@ export default createComponent({
props: {
route: Boolean,
zIndex: Number,
activeColor: String,
inactiveColor: String,
safeAreaInsetBottom: Boolean,
@@ -24,10 +25,6 @@ export default createComponent({
type: Boolean,
default: true,
},
zIndex: {
type: Number,
default: 1,
},
},
watch: {