Dobromir Hristov
Dobromir Hristov
I guess there is some error in the json from Lokalise? Not something this starter can fix I suppose :/
I need a minimal example to tell you for sure. Maybe you are passing it wrong, maybe it's loosing reference idk.
Sorry for the long wait. I will assume you were passing the data that is not matching the rules to Vuelidate. I am closing for now, if you still have...
It must have slipped. If you guys think we must bring it back you can create a PR, otherwise we can just add it to the migration docs. I don't...
Hey, you can try with Vuelidate 2, it should work for you, as the old version is no longer maintained.
You could call useVuelidate another time for your computed stuff only, or as you have shown add it to the state. In that case however, the validations object has to...
Did you try this? ```js const v$ = useVuelidate({ data: { type: { required }, name: { required }, currentBalance: { required } }, computeds: { creditCardTargetDate: { fooValidator }...
Contributions are welcome. I haven't had much time for the library lately.
As this looked like a problem in vue-demi. Could you please try again, using latest version of Vuelidate?