From 4c954758ed842956c7ad12e8a23bd5c7fdc75c32 Mon Sep 17 00:00:00 2001 From: Yuan Date: Thu, 20 Jul 2023 17:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=88=86=E5=BC=B9=E7=AA=97=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E9=BB=98=E8=AE=A4=E6=95=B0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/draw-app/dialogs/SectionSplitDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/draw-app/dialogs/SectionSplitDialog.vue b/src/components/draw-app/dialogs/SectionSplitDialog.vue index fc22bb9..972961d 100644 --- a/src/components/draw-app/dialogs/SectionSplitDialog.vue +++ b/src/components/draw-app/dialogs/SectionSplitDialog.vue @@ -2,7 +2,7 @@ import { useDialogPluginComponent } from 'quasar'; import { ref } from 'vue'; -const num = ref(3); +const num = ref(); const dir = ref('ltr'); const dirOptions = [ { label: '从左至右', value: 'ltr' },