0👍
So it turns out there was some problem with a Dev dependency @types/vuelidate and the more recent versions of vue/cli or eslint or something, was not able to fully determine. So, I just removed that dev dependency then in my validation mixin, I just had to use @ts-nocheck.
Would have been nice for a more descriptive error message, but oh well.
- [Vuejs]-How to use Vue 3 slots as parameters without rendering it?
- [Vuejs]-How to pass v-avatar to chips children of multiselect v-select?
Source:stackexchange.com