Benjamin Canac
Benjamin Canac
This might not be related to `@nuxt/ui` or `@nuxt/ui-pro` but to an upstream package used by the template.
I guess it's a limitation of the Tailwind CSS IntelliSense extension that doesn't work with CSS variables even though we followed the recommended way from the [TailwindCSS documentation](https://tailwindcss.com/docs/customizing-colors#using-css-variables). I found...
Closing in favor of #747.
This has been implemented in `v3` already.
I was pretty sure that importing from `vue-router` or `#vue-router` was the same as `vue-router-stub.d.ts` looks like: ```ts export * from 'vue-router' ``` Did you enable the experimental feature? https://nuxt.com/docs/guide/going-further/experimental-features#typedpages
@IgorKha This is unfortunately not possible at the moment as `HeaderLinks` uses https://ui.nuxt.com/components/link underneath which uses `NuxtLink`. We have to find a way to handle this globally. The only way...
Let me know if https://github.com/nuxt/ui/releases/tag/v2.12.3 fixes it for you 😊
I guess we can remove the default values indeed, I honestly don't remember why we added those 😅
I've been looking at this and it doesn't seem related to default values. You need to have an empty `` for this to work which can be automatically added by...
Unfortunately, as mentioned in https://github.com/nuxt/ui/issues/1252#issuecomment-1898208040 this is an issue with Headless UI and we can't do much about it. Have you tried to set the resolution `@headlessui/vue` to `1.7.16` in...