I've created a web component by Vue 3, and also vuetify 3 has been used. The link contains the codes of project : vue-web-component
When I run the command npm run build
, the web component is built and the vuetify components work correctly inside of the web component, But, the custom theme, that i have defined inside my web-component.ts file, does not work properly!.
How can use my custom theme?