Egor Rakutov

Results 4 comments of Egor Rakutov

it doesn't work ```import {required} from 'vuelidate/lib/validators'``` but it work's well ```import required from 'vuelidate/lib/validators/required'``` why does it happen?

> @stillgg, It looks like you are using an outdated Vuelidate version. > > Correct path: `import { required } from "@vuelidate/validators";` my version of vuelidate : "vuelidate": "^0.7.7" it's...

I don't find this information can you share this link of docs