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"]);