Skip to content

Conversation

kahkashanshaik
Copy link

The documentation previously suggested importing VueTelInput as a default export:
import VueTelInput from 'vue-tel-input';

However, the package actually provides a named export:
import { VueTelInput } from 'vue-tel-input';

This PR corrects the import statement and avoids confusion for developers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant