vue-tel-input
vue-tel-input copied to clipboard
TypeError: Cannot read properties of undefined (reading '_c')
I am trying to use the library in a new project and I am facing the following problem:
main.js
component
I had the same issue, If you are using typescript install types npm install --save-dev @types/vue-tel-input
Still an issue @iamstevendao and this breaks the component completely 😕 @rminossi did you figure out a solution?
@mwanikigeorge this is a runtime error, TypeScript types won't affect what happens client-side