vuetify-form-base
vuetify-form-base copied to clipboard
Error: Cannot find module 'v-mask'
#75 says that vue-the-mask was replaced with v-mask, but the package.json clearly still says
"vue-the-mask": "^0.11.1"
Installing v-mask separately in my project (on codesandbox.io) did not resolve the error.
Had the same issue. Although, requiring it in my main project did resolve the issue.