fix: filed 组件 showClear 计算属性添加默认返回值 (#8286)

This commit is contained in:
Sphinx 2021-03-05 16:34:47 +08:00 committed by GitHub
parent d76567eeec
commit 9864dac170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,6 +149,7 @@ export default createComponent({
return hasValue && trigger;
}
return false;
});
const formValue = computed(() => {