From f7470cf7355587e66612126ea3ba4da9db042318 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Wed, 12 Aug 2026 13:50:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=BC=94=E7=A4=BA?= =?UTF-8?q?=E9=A1=B5=E5=AD=97=E5=85=B8=E7=BB=84=E4=BB=B6=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E6=A0=87=E7=AD=BE=E7=94=B1=20dict=20?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BA=20DictSelect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/dictionary.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/demo/dictionary.vue b/src/views/demo/dictionary.vue index 4751e980..166bf1d3 100644 --- a/src/views/demo/dictionary.vue +++ b/src/views/demo/dictionary.vue @@ -11,28 +11,28 @@ - + 值为String: const value = ref("1"); - + 值为Number: const value = ref(1); - + 值为Number: const value = ref(1); - + 值为Array: const value = ref(["1", "2"]);