From fa45e72face56d296c4bdc44584cefc1d073227a Mon Sep 17 00:00:00 2001 From: zhaojinfeng <121016171@qq.com> Date: Tue, 22 Aug 2023 00:32:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=95=E5=87=BB=E4=B8=8D=E8=BF=98?= =?UTF-8?q?=E5=8E=9F=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/mask-text/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mask-text/index.vue b/packages/mask-text/index.vue index 6335f30..fc044f8 100644 --- a/packages/mask-text/index.vue +++ b/packages/mask-text/index.vue @@ -2,7 +2,7 @@ * @Author: zhaojinfeng 121016171@qq.com * @Date: 2023-07-23 16:27:37 * @LastEditors: zhaojinfeng 121016171@qq.com - * @LastEditTime: 2023-08-14 20:40:41 + * @LastEditTime: 2023-08-22 00:32:25 * @FilePath: \vue3\packages\mask-text\index.vue * @Description: 敏感数据隐藏组件 * @@ -51,6 +51,6 @@ const data = computed(() => { function click() { if (!props.disabled) - hideden.value = true + hideden.value = false }