-
This Project using Firebase for easily integrate Authentication, and ready-to-use Google Analytics
- Login by email and password, or social auth with Google and Facebook
- Sign up: similar, with ema…
-
### What happened?
We have just updated to the latest @vee-validate/nuxt, version 4.14.3.
We are now getting an error `Uncaught (in promise) Error: No such validator 'required' exists.`
After s…
-
When running `yarn add eslint-config-vuetify -D ` I get the following error
error An unexpected error occurred: "could not find a copy of eslint to link in /home/jeff/wexite/client/node_modules/esl…
-
**Is your feature request related to a problem? Please describe.**
When I submit a form, I cannot reset form data without triggering validation (eg: required fields).
**Describe the solution you'd…
-
### What happened?
After the upgrade of TS to 5.6.2, start getting this weird error.
The inferred type of '__VLS_template' cannot be named without a reference to 'vee-validate/node_modules/type-…
-
**Is your feature request related to a problem? Please describe.**
Easier use of `validationSchema` in child Component
**Describe the solution you'd like**
`const schema = useFormValidati…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v20.14.0`
- Nuxt Version: `3.13.2`
- CLI Version: `3.13.2`
- Nitro Version: `2.9.7`
- Package Manager: `pnpm@9.10.0…
-
### What happened?
Using the latest version (4.14.3) I still get this error when trying to use the `FieldSlotProps` type:
```
Module '"vee-validate"' declares 'FieldSlotProps' locally, but it is no…
-
**Is your feature request related to a problem? Please describe.**
It is not possible to configure vee-validate i18n fallback locale.
**Describe the solution you'd like**
vee-validate configu…
-
### What happened?
```
const { errors, validate, } = useForm({
validationSchema: toTypedSchema(yup.object({
name: yup.string().required(),
id: yup.number().required(),
}).required(…