You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot use the vue-phone-number-input in vue2 typescript. Is there any work around as I get the error. Trynpm i --save-dev @types/vue-phone-number-input if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-phone-number-input';
The text was updated successfully, but these errors were encountered:
Is Typescript supported for this npm package?
I cannot use the vue-phone-number-input in vue2 typescript. Is there any work around as I get the error.
Try
npm i --save-dev @types/vue-phone-number-input
if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-phone-number-input';The text was updated successfully, but these errors were encountered: