question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing vuetify elmenets on dialog call

See original GitHub issue

Hi,

I have imported the vuetify-dialog package but when trying to run a simple notification encountering this error. Using vuecli vuetify scaffold project.

[Vue warn]: Unknown custom element: <v-alert> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> <DialogChild>
       <Root>

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dmoebiuscommented, Sep 3, 2019

Hi @yariksav, I can confirm that tree shaking (Vuetify a la carte with vue-cli-plugin-vuetify) works fine together with vuetify-dialog@1.0.0-alpha.3. Simply running npm i vuetify-dialog@next helped.

However there are still some issues running with Vuetify 2.x which I will report in #46.

0reactions
yariksavcommented, Aug 14, 2019

@myleslee, can you try version vuetify-dialog@^1.0.0-alpha.2 with enabled treeShake? This version supports only vuetify-2

Read more comments on GitHub >

github_iconTop Results From Across the Web

v-dialog isn't rendered after compilation in web component but ...
I am trying to build a simple web component with Vuetify's Dialog. Something like this and it would render a vuetify button where...
Read more >
Frequently asked questions — Vuetify
Menu/Dialog/Navigation drawer are not opening properly. Ensure that your components are wrapped with a v-app element.
Read more >
Focus management with Vue refs - Learn web development
To use a ref in a component, you add a ref attribute to the element that you want to access, with a string...
Read more >
I'm losing content of the element on component ... - Vue Forum
I 'm trying to create simple SPA using vue router and vuetify framework. I created simple template with vue-cli 3 and additionally added ......
Read more >
How to implement form validation with Vuetify in a Vue.js app
Vuetify Vue Form Validation. Most websites today have signup, login, or contact forms that ask for a user's information.
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