From 987dc9ca92ceaa6f5c84a98560b0fe673c1db14c Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Wed, 2 Aug 2023 17:20:27 +0800 Subject: [PATCH] fix(input): prefix prop has not been passed --- components/input/Input.tsx | 1 + 1 file changed, 1 insertion(+) 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={