Enrico Schiller
Enrico Schiller
### Description Hello, referencing this issue https://github.com/nuxt/ui/issues/1588 i want to strip all dark: related css classes. I set the default/preferenced mode to light and not using a mode switch. So...
### Environment - Operating System: Windows_NT - Node Version: v20.15.0 - Nuxt Version: 3.12.3 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: - -...
### Describe the feature Is there a way to add and remove headers for all request? Instead of adding the auth header each time I do a request I want...
### Environment Nuxt 4 ### Reproduction Start a project with nuxt-open-fetch 0.9.1 and start it with npm run dev npm update to get to version 0.9.2 and start again ###...
### Description Table is now of type unknown after updating to 3.1.0 - worked before in 3.0.x Did I miss anything? ``` const table = useTemplateRef("table"); const selectedRowsMapPositions = computed(()...
### Description Currently when I use useOverlay and pass props it says props is type any. by adding `satisfies InstanceType["$props"]` it gets the right types. But it should work out...