Theme configuration for multiple versions of Vuetify #16617
Unanswered
JoelTheConstantine
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I think these are what you are looking for: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Best bet would probably be to set |
Beta Was this translation helpful? Give feedback.
1 reply
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 currently running a microfrontend application that uses different versions of Vue/Vuetify between components, in particular a page header component using Vuetify 2 and a newer application using Vuetify 3. The issue I'm running into is they both set the "vuetify-theme-stylesheet" style in the element, but the Vuetify 2 theming is overwriting the Vuetify 3 theming, wiping out the custom settings for the Vuetify 3 application
Is there a way to modify or compensate for this behavior? The collision is making it near impossible to custom style components in the Vuetify 3 application
Beta Was this translation helpful? Give feedback.
All reactions