mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 23:19:15 +08:00
fix: filed 组件 showClear 计算属性添加默认返回值 (#8286)
This commit is contained in:
parent
d76567eeec
commit
9864dac170
@ -149,6 +149,7 @@ export default createComponent({
|
|||||||
|
|
||||||
return hasValue && trigger;
|
return hasValue && trigger;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
const formValue = computed(() => {
|
const formValue = computed(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user