We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxt
v3
see below
I get the follwing error:
runtime-core.esm-bundler.js:51 [Vue warn]: injection "Symbol(nuxt-ui.locale-context)" not found. at <USlideover open=false onUpdate:open=fn side="left" ... > at <UDashboardSidebar collapsible="" resizable="" > at <Primitive as=undefined class="fixed inset-0 flex overflow-hidden" > at <UDashboardGroup> at <Default ref=Ref< undefined > > at <AsyncComponentWrapper ref=Ref< undefined > > at <LayoutLoader key="default" layoutProps= Object name="default" > at <NuxtLayoutProvider layoutProps= Object key="default" name="default" ... > at <NuxtLayout> at <App key=4 > at <NuxtRoot>
when usinng the DashboardSidebar component:
<UDashboardSidebar collapsible resizable > <template #header> <div class="flex items-center gap-2"> <UIcon name="i-solar-buildings-2-bold" class="w-7 h-7" /> <span class="flex items-center gap-2 font-semibold text-lg logo">example</span> </div> </template> <UNavigationMenu orientation="vertical" :items="links" /> <div class="flex-1" /> <UNavigationMenu orientation="vertical" :items="footerLinks" /> <USeparator class="sticky bottom-0" /> <template #footer> <span class="text-xs text-neutral-500 tracking-tight">Version {{ useRuntimeConfig().public.version }}</span> </template> </UDashboardSidebar>
No response
The text was updated successfully, but these errors were encountered:
I can also report that I'm experiencing this after updating to 3.0.0 from 3.0.0-alpha.12
Sorry, something went wrong.
No branches or pull requests
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3
Reproduction
see below
Description
I get the follwing error:
when usinng the DashboardSidebar component:
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: