diff --git a/components/input/Input.tsx b/components/input/Input.tsx index b9b86d6315..23a14541df 100644 --- a/components/input/Input.tsx +++ b/components/input/Input.tsx @@ -309,7 +309,7 @@ export default defineComponent({ if (!inputProps.autofocus) { delete inputProps.autofocus; } - const inputNode = ; + const inputNode = ; return withDirectives(inputNode as VNode, [[antInputDirective]]); };