From 3bee8d9ddbfefc0fd78af5373a8f6925ac871f77 Mon Sep 17 00:00:00 2001 From: baiqi Date: Wed, 21 Aug 2024 16:13:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=91=E5=9B=BE):=20=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/pure/ms-minder-editor/main/mainEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/pure/ms-minder-editor/main/mainEditor.vue b/frontend/src/components/pure/ms-minder-editor/main/mainEditor.vue index 8c5af3485f..8dad666736 100644 --- a/frontend/src/components/pure/ms-minder-editor/main/mainEditor.vue +++ b/frontend/src/components/pure/ms-minder-editor/main/mainEditor.vue @@ -291,7 +291,7 @@ watch( () => importJson.value.treePath, (arr) => { - currentTreePath.value = arr; + currentTreePath.value = arr || []; } );