fix(Tabbar): incorrect active tab when name is zero (#8125)
This commit is contained in:
@@ -26,7 +26,7 @@ export default createComponent({
|
||||
wrapable: Boolean,
|
||||
background: String,
|
||||
scrollable: {
|
||||
type: Boolean,
|
||||
type: Boolean as PropType<boolean | null>,
|
||||
default: null,
|
||||
},
|
||||
delay: {
|
||||
|
||||
Reference in New Issue
Block a user