diff --git a/components/input/Input.tsx b/components/input/Input.tsx index 841e73162..36211c7e0 100644 --- a/components/input/Input.tsx +++ b/components/input/Input.tsx @@ -138,9 +138,7 @@ export default defineComponent({ watch( () => props.value, () => { - if (props.value !== undefined) { - stateValue.value = props.value; - } + stateValue.value = props.value; }, ); watch(