We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f87a9 commit 188b82aCopy full SHA for 188b82a
1 file changed
app/assets/layouts/LayoutDashboard.vue
@@ -1,14 +1,14 @@
1
<script setup lang="ts">
2
import NavBar from '../components/NavBar.vue'
3
import FooterContent from '../components/FooterContent.vue'
4
-import { SidebarMenuItems } from '@userfrosting/sprinkle-admin/components'
+import { UFAdminSidebarMenuItems } from '@userfrosting/sprinkle-admin/components'
5
</script>
6
7
<template>
8
<NavBar />
9
<UFSideBar>
10
<UFSideBarLabel :label="$t('ADMIN_PANEL')" />
11
- <SidebarMenuItems />
+ <UFAdminSidebarMenuItems />
12
</UFSideBar>
13
<UFMainContent>
14
<UFHeaderPage />
0 commit comments