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