fix(tree): remove expandedKeys prop default value

pull/38/head
xingyu 2023-10-24 17:48:33 +08:00
parent b385f335de
commit ba2063abee
1 changed files with 0 additions and 1 deletions

View File

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