fix(Tabbar): incorrect active tab when name is zero (#8125)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ export const cellProps = {
|
||||
default: true,
|
||||
},
|
||||
clickable: {
|
||||
type: Boolean,
|
||||
type: Boolean as PropType<boolean | null>,
|
||||
default: null,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user