feat(Tabbar): add @tabbar-z-index less var
This commit is contained in:
+1
-4
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user