mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-03 02:54:40 +08:00
fix(component): resolve the error when clicking on a row when clickRowToExpand is true (#3714)
This commit is contained in:
parent
6528dc45df
commit
38d58ab47a
@ -91,6 +91,7 @@ export const treeProps = buildProps({
|
||||
|
||||
expandedKeys: {
|
||||
type: Array as PropType<KeyType[]>,
|
||||
default: () => [],
|
||||
},
|
||||
|
||||
selectedKeys: {
|
||||
|
Loading…
Reference in New Issue
Block a user