vuetify-form-base icon indicating copy to clipboard operation
vuetify-form-base copied to clipboard

Error: Cannot find module 'v-mask'

Open q00u opened this issue 4 years ago • 1 comments

#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.

q00u avatar Feb 03 '21 00:02 q00u

Had the same issue. Although, requiring it in my main project did resolve the issue.

hackeresq avatar Aug 21 '21 14:08 hackeresq