Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to 6.0
  • Loading branch information
lcharette committed Dec 6, 2024
2 parents 95fdbb6 + ca6410b commit 2d0e3cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/layouts/LayoutDashboard.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<script setup lang="ts">
import NavBar from '../components/NavBar.vue'
import FooterContent from '../components/FooterContent.vue'
import AdminSidebarMenuItems from '@userfrosting/sprinkle-admin/components/SidebarMenuItems.vue'
import { SidebarMenuItems } from '@userfrosting/sprinkle-admin/components'
</script>

<template>
<NavBar />
<UFSideBar>
<UFSideBarLabel label="NAVIGATION" />
<AdminSidebarMenuItems />
<SidebarMenuItems />
<UFSideBarItem :to="{ name: 'test' }" faIcon="person-digging" label="Test" />
</UFSideBar>
<UFMainContent>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vite": "^5.2.8",
"vite-plugin-vue-devtools": "^7.5.4",
"vue-loader": "^17.2.2",
"vue-tsc": "^2.0.11",
"vue-tsc": "^2.1.10",
"webpack-notifier": "^1.15.0"
},
"scripts": {
Expand Down

0 comments on commit 2d0e3cd

Please sign in to comment.