Missing vuetify elmenets on dialog call
See original GitHub issueHi,
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:
- Created 4 years ago
- Reactions:4
- Comments:5 (1 by maintainers)
Top 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 >
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 Free
Top 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
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 runningnpm i vuetify-dialog@next
helped.However there are still some issues running with Vuetify 2.x which I will report in #46.
@myleslee, can you try version vuetify-dialog@^1.0.0-alpha.2 with enabled treeShake? This version supports only vuetify-2