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