Load vuetify into vue custom element widget #16971
Unanswered
mirko-lavalle
asked this question in
General
Replies: 1 comment 2 replies
-
I had similar issues once. Was able to solve it by using the following as an example |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a vue 3 custom element with vuetify 3 with no luck. No issues with vue 2 and vuetify 2 using vue-custom-element library. I want to do the same with vue 3 and vuetify 3.
Can someone tell me the right way to achieve that?
When I remove the tag from component built as custom element, it loads the widget but it returns the following error:
[Vuetify] Could not find defaults instance
Adding vuetify component it can not load the entire widget:
runtime-core.esm-bundler.js:244 Error: [Vuetify] Could not find defaults instance
TypeError: Cannot read properties of null (reading 'parentElement')
Beta Was this translation helpful? Give feedback.
All reactions