fix(component): resolve the error when clicking on a row when clickRowToExpand is true (#3714)

This commit is contained in:
Zhong 2024-04-04 08:35:17 +08:00 committed by GitHub
parent 6528dc45df
commit 38d58ab47a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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