'vue-tel-input'
export default {
components: {
VueTelInput,
},
};
</script>
Всё так же Unknown custom element: <vue-tel-input> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
А если components: { "vue-tel-input": VueTelInput }
Обсуждают сегодня