fix(tree): remove expandedKeys prop default value (#3184)

This commit is contained in:
bowen 2023-10-24 10:20:13 +08:00 committed by GitHub
parent e7fbd74228
commit 92875cbecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,6 @@ export const treeProps = buildProps({
expandedKeys: { expandedKeys: {
type: Array as PropType<KeyType[]>, type: Array as PropType<KeyType[]>,
default: () => [],
}, },
selectedKeys: { selectedKeys: {