Nuxt UI Tabs - strange behaviour
Hey, I am a bit lost here with using nuxt/ui tabs and I'm not sure how to continue the bug hunting.
I have configured my tabs using the ui-prop with "strategy=override". So I assume that all the tailwind classes should come from my config object right?
Still I have an additional class inline-grid where I have no idea where it comes from. I already searched the code and the github repos but I was not able to find it.
vue and nuxt are latest version.
Added a minimal setup here, reproducing the error: https://stackblitz.com/edit/nuxt-ui-95bkbymv?file=app.vue
I have configured my tabs using the ui-prop with "strategy=override". So I assume that all the tailwind classes should come from my config object right?
Still I have an additional class inline-grid where I have no idea where it comes from. I already searched the code and the github repos but I was not able to find it.
vue and nuxt are latest version.
Added a minimal setup here, reproducing the error: https://stackblitz.com/edit/nuxt-ui-95bkbymv?file=app.vue

