-
The `v$` object is not initialised correctly when a component is tested with Vitest. I have a very simple component with a checkbox bound to `formData.accepted`
```javascript
validations () {
…
-
I have a Vue project with TypeScript, and just with this code block I'm getting a type error:
```
Argument of type 'PluginFunction' is not assignable to parameter of type 'PluginObject | PluginFun…
-
### Make sure that you are familiar with documentation before submitting an issue.
https://vuelidate-next.netlify.com/
**Describe the bug**
When attempting to access a property in a vuelidate…
-
I tried to create a validation group almost exactly like it is mentioned in the [documentation](https://vuelidate.netlify.com/#sub-validation-groups). The only difference was I wanted to **nest** my v…
-
Uncaught (in promise) SyntaxError: The requested module '/_nuxt/@fs/C:/Projects/MyProject/src/PublicSite/client-app/node_modules/xml-utils/find-tags-by-name.js?v=e6956880' does not provide an export n…
-
Hello! I gave the upgrade from Vue 2.6.10 > 2.6.11 a shot, and it looks like some types have changed in Vue that cause Typescript to have issues with Vuelidate. Using Vuelidate 0.7.4 and Typescript 3.…
-
### Make sure that you are familiar with documentation before submitting an issue.
https://vuelidate-next.netlify.com/
**Describe the bug**
When using `forEach` helper, it doesn't like nested…
-
Hello, I'm using Volar + VS Code.
In **main.ts** file i have import
`import quasarRegisterVuelidateRules from 'quasar-app-extension-vuelidate-rules/src/boot/register-vuelidate-rules';`
then i reg…
-
Hello
**How make async validating?**
https://vuelidate-next.netlify.app/examples.html#asynchronous-validation
Whats response should be?
If `true`/`false`, then not working
https://vuelidate…
-
Posted as a [StackOverflow question](https://stackoverflow.com/q/75555341/2771889) as well.
**Is your feature request related to a problem? Please describe.**
I'm trying to follow https://vuelid…