Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.6.10] VTable's global class setting affects VDataTable #20034

Open
artchord opened this issue Jun 20, 2024 · 0 comments
Open

[Bug Report][3.6.10] VTable's global class setting affects VDataTable #20034

artchord opened this issue Jun 20, 2024 · 0 comments

Comments

@artchord
Copy link

artchord commented Jun 20, 2024

Environment

Vuetify Version: 3.6.10
Vue Version: 3.4.29
Browsers: Chrome 126.0.0.0
OS: Mac OSX, Windows

Steps to reproduce

  1. add global settings for VTable in createVuetify as follows
  2. check the UI display of VDataTable component
export const vuetify = createVuetify({
  defaults: {
    VTable: {
      class: 'text-h3',
    },
  },
})

Expected Behavior

The class must be reflected in the VTable only.

Actual Behavior

The class is reflected not only in the VTable but also in the VDataTable.

Reproduction Link

https://play.vuetifyjs.com/#...

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

No branches or pull requests

1 participant