Skip to content

Commit c016301

Browse files
authored
fix(input): prefix prop has not been passed (#6810), close #4809
1 parent 5279d12 commit c016301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/input/Input.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export default defineComponent({
144144
autocomplete={autocomplete.value}
145145
onBlur={handleBlur}
146146
onFocus={handleFocus}
147+
prefix={prefix}
147148
suffix={suffixNode}
148149
allowClear={allowClear}
149150
addonAfter={

0 commit comments

Comments
 (0)