fix: 单击不还原的bug

This commit is contained in:
2023-08-22 00:32:52 +08:00
parent 06327c226e
commit fa45e72fac

View File

@ -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
}
</script>