From 5966c1e80a04637db5ecc7993955c53d13ff3af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 23 Dec 2021 18:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8value=20=E5=80=BC=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0bool=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Vue/src/components/DictTag/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Vue/src/components/DictTag/index.vue b/ZR.Vue/src/components/DictTag/index.vue index af075d3..f767254 100644 --- a/ZR.Vue/src/components/DictTag/index.vue +++ b/ZR.Vue/src/components/DictTag/index.vue @@ -19,7 +19,7 @@ export default { type: Array, default: null, }, - value: [Number, String, Array], + value: [Number, String, Array, Boolean], }, computed: { values() {