vue-tel-input
vue-tel-input copied to clipboard
It doesn't show a flag
vue-3
both local and global registering
Any flags

@vladkolotvin i had the same problem. In my case, I did not install the css of the package.
import Vue from 'vue';
import VueTelInput from 'vue-tel-input';
**import 'vue-tel-input/dist/vue-tel-input.css';**
Vue.use(VueTelInput);
This issue was closed because it has been stalled with no activity.