fix: filed 组件 showClear 计算属性添加默认返回值 (#8286)
This commit is contained in:
@@ -149,6 +149,7 @@ export default createComponent({
|
|||||||
|
|
||||||
return hasValue && trigger;
|
return hasValue && trigger;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
const formValue = computed(() => {
|
const formValue = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user