vue-tel-input icon indicating copy to clipboard operation
vue-tel-input copied to clipboard

Failed to mount component: template or render function not defined.

Open yogeshgalav opened this issue 2 years ago • 1 comments

Got this error when importing component directly from package like this-> import VueTelInput from 'vue-tel-input';

Solved this error by using this syntax-> import {VueTelInput} from 'vue-tel-input';

yogeshgalav avatar Sep 30 '21 20:09 yogeshgalav

@yogeshgalav i have the same problem

But this wont help

import {VueTelInput} from 'vue-tel-input';

dominikager avatar Dec 16 '21 15:12 dominikager