fix(Tabbar): incorrect active tab when name is zero (#8125)

This commit is contained in:
neverland
2021-02-10 21:06:59 +08:00
committed by GitHub
parent 0b68d3a141
commit 6b28f12e7e
4 changed files with 39 additions and 20 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default createComponent({
wrapable: Boolean,
background: String,
scrollable: {
type: Boolean,
type: Boolean as PropType<boolean | null>,
default: null,
},
delay: {