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
Hi, I am having trouble trying to import the Vue component and am not sure if I am doing it correctly.
I am getting a Cannot find module 'intl-tel-input/vue' or its corresponding type declarations. error.
I have also tried importing just like from the demo/readme with import IntlTelInput from 'intl-tel-input/vueWithUtils'; and same issue.
The version I am on is 24.6.0
Is there any way to fix this? Here is my tsconfig.json below:
Unfortunately, the vue component doesn't have types yet: #1794
As I say in that thread, the Vue Component is actually very simple - it should be easy to add them. I don't have time to implement this myself, but would welcome a pull request.
Hi, I am having trouble trying to import the Vue component and am not sure if I am doing it correctly.
I am getting a
Cannot find module 'intl-tel-input/vue' or its corresponding type declarations.
error.I have also tried importing just like from the demo/readme with
import IntlTelInput from 'intl-tel-input/vueWithUtils';
and same issue.The version I am on is 24.6.0
Is there any way to fix this? Here is my tsconfig.json below:
The text was updated successfully, but these errors were encountered: