I am building an app using Vue and Vuetify with Web component; when I added Vuetify as a web component, the CSS style Vuetify has disappeared. I tried adding to the demo.html file the <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vuetify/dist/vuetify.min.css"> but this did not help. My repo is vuetify as web component.
I have in my vue.config.js transpileDependencies: [ 'vuetify' ] but this did not help also.
I need to note the Vuetify styles not working.
I tried the following pages.
- v-aoutocomplete not working with wc
- Vuetify: external page CSS breaks Vuetify's component style
- Custom Web Component image not showing
In my repo, you can see in the readme.MD file steps and reproduces and the option I tried. I Will be happy to hear how to include the vuetify styles in WC