From ee020a21b4056c5050df491afca3c388f4a78a72 Mon Sep 17 00:00:00 2001 From: Heureka Date: Tue, 17 Sep 2024 23:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81=E6=B5=85=E6=8B=B7?= =?UTF-8?q?=E8=B4=9D=E8=87=AA=E8=BA=AB=EF=BC=8C=E5=BD=B1=E5=93=8D=E6=80=A7?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tree/demo/dynamic.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/tree/demo/dynamic.vue b/components/tree/demo/dynamic.vue index 2fcb95a33..1c33bc37d 100644 --- a/components/tree/demo/dynamic.vue +++ b/components/tree/demo/dynamic.vue @@ -47,7 +47,6 @@ const onLoadData: TreeProps['loadData'] = treeNode => { { title: 'Child Node', key: `${treeNode.eventKey}-0` }, { title: 'Child Node', key: `${treeNode.eventKey}-1` }, ]; - treeData.value = [...treeData.value]; resolve(); }, 1000); });