From bfbd6d172d681122229b336b748fab09bac5ac4b Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Mon, 28 Oct 2024 09:41:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E5=AD=97=E5=85=B8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BD=BF=E7=94=A8=E7=A4=BA=E4=BE=8Blabel=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/dictionary.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/demo/dictionary.vue b/src/views/demo/dictionary.vue index b34d653c..98bf4233 100644 --- a/src/views/demo/dictionary.vue +++ b/src/views/demo/dictionary.vue @@ -30,7 +30,7 @@ const arrayValue = ref(["1", "2"]); // 性别(值为Array) - + 值为Number: const value = ref(1); @@ -40,7 +40,7 @@ const arrayValue = ref(["1", "2"]); // 性别(值为Array) - 值为Number: const value = ref(["1", "2"]); + 值为Array: const value = ref(["1", "2"]);