0👍
✅
Try to add a
mode="passive" on ValidationProvider, see this example
<ValidationProvider
name="enteredFrom"
rules="required"
v-slot="{ errors }"
mode="passive"
>
Source:stackexchange.com