Skip to content

issue caused by mixing vuetify 3 and 4 #29

Description

@johnarban

Issues are not visible in this app because it doesn't use a lot of Vuetify components. However, this ap uses Vuetify 4, while @cosmicds/vue-toolkituses Vuetify 3. This combination seems to cause styling conflicts because v4 switched to using CSS layers (introduced in v3.6), so the old v3 styles can creep in a break things. I noted this issue when trying to use the v-switch component.

This isn't something to fix, but a note for posterity.

Since we try to support older browsers, I would suggest not updating to v4 - as many older browsers don't support layers (we seem to try to support back to 2015).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions