mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
fix: filed 组件 showClear 计算属性添加默认返回值 (#8286)
This commit is contained in:
@@ -149,6 +149,7 @@ export default createComponent({
|
||||
|
||||
return hasValue && trigger;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
const formValue = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user