fix: tree reative data error

pull/7624/head
tangjinzhou 2024-06-04 15:45:04 +08:00
parent 1c82940160
commit 40ad45bc05
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export default defineComponent({
() => {
treeData.value =
props.treeData !== undefined
? toRaw(props.treeData).slice()
? props.treeData.slice()
: convertTreeToData(toRaw(props.children));
},
{