Dobromir Hristov

Results 166 comments of Dobromir Hristov

Just tested with a fresh Vue3 project with Vite. No problems.

mmm OK that may be me.. let me change that....

Some ppl have reported they have the same issue as well - https://github.com/antfu/vite-ssg/issues/280 My old bundling setup (Bili, based on rollup) cannot produce an `.mjs` file, so you will have...

Oh well then setting `type: module` wont do.... I will research for a better bundler so that we can have proper `.mjs` files. I cannot add `type: module` because not...

This is still an issue and I would love if someone could give me an answer.

Alright, 2.0 is released. I will change the bundler of the package, but thats a minor internals change, so should not change the API what so ever.

closing as stale. Let me know if you need more help.

Your `rules` structure should match your `data` structure. In your case, `form` is empty object, that you want to fill as you input into it, from what I can see....

Very late reply on my end, sorry about that. For ppl who find this, I suggest you check [Validating Collections](https://vuelidate-next.netlify.app/advanced_usage.html#validating-collections), for more info on how to validate arrays of data....