Benjamin Canac
Benjamin Canac
@BayBreezy It's been released! Let me know if the problem persists 😊
Those are only warnings from upstream packages (eslint), you can ignore them.
With the migration to Radix Vue in Nuxt UI v3 (read more on https://github.com/nuxt/ui/issues/1289), you will be able to use https://www.radix-vue.com/components/splitter.html
You can already use the `Tabs` without content, visually the only thing you'd need to change is override the wrapper to remove the spacing: ```vue ```
Sure! I was just wondering about the prop naming, we can discuss that in the PR review 😊
Have you defined the `docs` route as parent? https://nuxt.com/docs/guide/directory-structure/pages#nested-routes
Feel free to reopen if it didn't solve your issue.
We have it plan for `v3` with Radix Vue https://www.radix-vue.com/components/toggle-group.html component.
Would you mind look what version of `@headlessui/vue` you have? If you are on the `1.7.21`, you can refresh your lockfile to update to `1.7.22` and it might solve the...