Nuxt 3 : [Vue warn]: Failed to resolve component: Datepicker If this is a native custom element,
See original GitHub issueHi,
I’m using Nuxt 3.
I have installed the package :
npm install @vuepic/vue-datepicker
And I changed the nuxt.config.js like that :
build: {
transpile: ['vuetify', '@vuepic/vue-datepicker'],
},
And in my component :
<v-card-text class="pa-0 ma-0">
<Datepicker v-model="date" range />
</v-card-text>
But the datepicker doesn’t display and in the console there is the message :
[Vue warn]: Failed to resolve component: Datepicker If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Failed to resolve component: datepicker · Issue #30 - GitHub
I am trying to create my first Vue 3 app - I have this in my package.json ... [Vue warn]: Failed to resolve...
Read more >Vue 3 - "Failed to resolve component" with global components
I was trying to render a similar multi word Vue component in a laravel blade file. If you're referring a Vue component in...
Read more >Vue3 setup: Failed to resolve component - Get Help - Vue Forum
[Vue warn]: Failed to resolve component: Test If this is a native custom element, make sure to exclude it from component resolution via ......
Read more >Vue3 and TrixEditor: Failed to resolve component: trix-editor
I'm fiddling around with Vue 3 (Inertia) and are trying to integrate the Trix Editor. The editor renders, but there is a error...
Read more >if this is a native custom element, make sure to exclude it from ...
Vue warn ]: Failed to resolve component: carte If this is a native custom element, make sure to exclude it from component resolution...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this one, will be handled in #210
Related to #202