Closed andreixk closed 4 years ago
@andreixk
Have you tried npm install --save @types/vue-the-mask
or yarn add -D @types/vue-the-mask
?
It should resolve your problem.
@andreixk
Have you tried
npm install --save @types/vue-the-mask
oryarn add -D @types/vue-the-mask
?It should resolve your problem.
This enables to import the lib, but in app.use(VueTheMask) returns the message "Argument of type 'VueTheMaskPlugin' is not assignable to parameter of type 'Plugin<[]>'." and in console shows "Uncaught (in promise) TypeError: o2 is undefined". Any solutions?
The library has no typescript support. I don't know why the other typescript ticket was closed.