mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 18:40:22 +08:00
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: {
|
expandedKeys: {
|
||||||
type: Array as PropType<KeyType[]>,
|
type: Array as PropType<KeyType[]>,
|
||||||
default: () => [],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
selectedKeys: {
|
selectedKeys: {
|
||||||
|
Loading…
Reference in New Issue
Block a user