Marc Hartwig

Results 4 issues of Marc Hartwig

### Description I have a setup of `Matrix Block > Super Table` I have multiple matrix blocks and if I have two different super tables by the same handle in...

### Environment **Vuetify Version:** 3.4.6 **Vue Version:** 3.3.9 **Browsers:** Firefox 120.0 **OS:** Mac OS 10.15 ### Steps to reproduce Add a #thead slot with the VDataTable component. Notice the thead...

S: triage

When using the `shadowDOM` and `cssFrameworkStyles` the `` tag for the `cssFrameworkStyles` is added to the DOM tree first. Then the styles from the `component` is added to the DOM...

This prevents `vue-web-component-wrapper` from outputting the `cssFrameworkStyles`. This makes sure the component styles can override the `cssFrameworkStyles` Stackblitz: https://stackblitz.com/edit/vitejs-vite-qvbmtobb It looks like this `name` attribute was removed previously but I'm...