Nuxt 3 : [Vue warn]: Failed to resolve component: Datepicker If this is a native custom element,

See original GitHub issue

Hi, 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:closed
  • Created 10 months ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Jasenkoocommented, Dec 6, 2022

Closing this one, will be handled in #210

0reactions
Jasenkoocommented, Dec 5, 2022

Related to #202

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found