fix(tree): remove expandedKeys prop default value (#3184)
This commit is contained in:
parent
e7fbd74228
commit
92875cbecc
|
|
@ -91,7 +91,6 @@ export const treeProps = buildProps({
|
|||
|
||||
expandedKeys: {
|
||||
type: Array as PropType<KeyType[]>,
|
||||
default: () => [],
|
||||
},
|
||||
|
||||
selectedKeys: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue