wotamann / vuetify-form-base

Schema-based Form Generator - Vue.js 2.0 Component based on Vuetify 2.0
https://wotamann.github.io/vuetify
231 stars 63 forks source link

Can't resolve 'v-mask' with v0.3.2 #75

Closed jorgv closed 3 years ago

jorgv commented 3 years ago

Hello,

I am using nuxt ssr, and yesterday upgraded from v0.2.5 to v0.3.2 and when building the project I had this issue:

image

I went back to v0.2.5 and everything works fine, I am not sure if I have to install other new dependency.

thanks

wotamann commented 3 years ago

I think you have to install v-mask instead of vue-the-mask See change.log

0.3.2 issue #71 - Fix BUG: Select|Combo|autocomplete dont display items in type 'array' -> fixed generating default key

BREAKING: changed mask-directive from 'vue-the-mask' to 'v-mask' - v-mask https://github.com/probil/v-mask

Refactor: removing 'schema.mask' as special case in vFormBase.vue not possible (doesn't work with v-textarea) add custom-component example with external component

jorgv commented 3 years ago

Hi. yes I think should be that, thanks @wotamann, shouldn't this new library be added to the package.json