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
@@ -33,7 +33,7 @@ export const cellProps = {
default: true,
},
clickable: {
type: Boolean,
type: Boolean as PropType<boolean | null>,
default: null,
},
};