diff --git a/components/input/Input.tsx b/components/input/Input.tsx index 3bb72580ac..775f1641e8 100644 --- a/components/input/Input.tsx +++ b/components/input/Input.tsx @@ -144,6 +144,7 @@ export default defineComponent({ autocomplete={autocomplete.value} onBlur={handleBlur} onFocus={handleFocus} + prefix={prefix} suffix={suffixNode} allowClear={allowClear} addonAfter={