diff --git a/src/components/input/FormInput.vue b/src/components/input/FormInput.vue index 62e3134..806758e 100644 --- a/src/components/input/FormInput.vue +++ b/src/components/input/FormInput.vue @@ -14,7 +14,7 @@ :placeholder="title" :disabled="disabled" :min="min" - @focusout="$emit('focusout', modelValue)" + @focusout="$emit('focusout', modelValue)" />