File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,7 @@ provideSidebarContext({
8484 '--sidebar-width-icon': SIDEBAR_WIDTH_ICON,
8585 }"
8686 :class ="
87- cn(
88- 'group/sidebar-wrapper flex min-h-svh w-full has-[[data-variant=inset]]:bg-sidebar',
89- props.class,
90- )
87+ cn('group/sidebar-wrapper flex w-full has-[[data-variant=inset]]:bg-sidebar', props.class)
9188 "
9289 v-bind =" $attrs"
9390 >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { SidebarProvider } from '@/components/ui/sidebar'
99 <Header />
1010 <SidebarProvider class =" mt-14" >
1111 <AppSidebar />
12- <div class =" h-full w-dvw" >
12+ <div class =" w-dvw" >
1313 <RouterView />
1414 </div >
1515 </SidebarProvider >
Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { useHead } from ' @unhead/vue'
33
4- import Dashboard from ' @/layouts/Dashboard.vue'
5-
64useHead ({
75 title: ' Dashboard' ,
86})
97 </script >
108
11- <template ></template >
9+ <template >
10+ <h1 >Hello world!</h1 >
11+ </template >
You can’t perform that action at this time.
0 commit comments