-
-
**Describe the bug**
`$each` is responsible for evaluating collections. The new documentation says to use the `helpers.forEach`. The example in the docs uses an array of objects, but when I try to ap…
-
### Reporting a bug?
Hello,
I m using a vue component named "SimplePagination.vue" to manage my pagination.
Inside this one, i m using the Translation component ().
Im facing the following error…
-
-
I have a form that includes "adding people" into an array as part of the workflow..
I'm having trouble making vuelidate correctly handle the validations for this type of form.
Basically, the form wi…
-
Hello There, i can't call the in my code . although the its already installed. no console error or anything but the tables didn't seems to appear. can you help?
"dependencies": {
"auth": …
-
**Describe the bug**
UseValidate() is an undefined type, making TypeScript choke.
**Reproduction URL**
https://codesandbox.io/s/red-mountain-2iu82?file=/src/App.vue:700-921
**To Reproduce**
`…
-
[https://jsfiddle.net/Gemvox/c5psdb93/13/](https://jsfiddle.net/Gemvox/c5psdb93/13/)
Steps to reproduce:
1. Remove an item from list
2. Add a new empty item
3. The global $invalid is false even …
-
my eslint version is 4.4.1, it would give a warning like this:
![func express](http://i.imgur.com/cxUO7sf.png)
when defining functions in such a way:
`const funct = function () {
....
}`
…
-
I have a vuelidate custom validator for validate the mobile number.
```
const mobile_number_validator = value => {
let mobileRegx = /^\+94[0-9]{9}$/;
return mobileRegx.test(value);
};
```
…