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 }