How to include vuetify3 inside vue3's component using composition API #21070
-
I would like to build a web component using Vuetify3 inside of a Vue3's component that is using composition API. How do I add Vuetify3 to This component will be dynamically loaded into applications/sites built with other frameworks/styles. I want the component to be able to use Vuetify3 directives such v-app, v-app-bar, v-btn etc. within it. Thank you, Oleg I followed many online resources and arrived at the setup below but I can't get vuetify setup inside the component. Project created:
Vuetify installation:
Current files
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Managed to get this sorted out: Example Original question: |
Beta Was this translation helpful? Give feedback.
Managed to get this sorted out:
Example
github.com/OnlyLoveOleg/vue3-vuetify-webcomponent
Original question:
stackoverflow.com/questions/79488711