fix(tree): remove expandedKeys prop default value
parent
b385f335de
commit
ba2063abee
|
@ -87,7 +87,6 @@ export const treeProps = buildProps({
|
|||
|
||||
expandedKeys: {
|
||||
type: Array as PropType<KeyType[]>,
|
||||
default: () => [],
|
||||
},
|
||||
|
||||
selectedKeys: {
|
||||
|
|
Loading…
Reference in New Issue