Models refactor + Basic functionnalities
This commit is contained in:
@@ -3,6 +3,7 @@ import AppContent from '@/components/AppContent.vue';
|
||||
import AppShell from '@/components/AppShell.vue';
|
||||
import AppSidebar from '@/components/AppSidebar.vue';
|
||||
import AppSidebarHeader from '@/components/AppSidebarHeader.vue';
|
||||
import SidebarResumeList from '@/components/SidebarResumeList.vue';
|
||||
import type { BreadcrumbItemType } from '@/types';
|
||||
|
||||
interface Props {
|
||||
@@ -16,7 +17,11 @@ withDefaults(defineProps<Props>(), {
|
||||
|
||||
<template>
|
||||
<AppShell variant="sidebar">
|
||||
<AppSidebar />
|
||||
<AppSidebar>
|
||||
<template #sidebar-content>
|
||||
<SidebarResumeList />
|
||||
</template>
|
||||
</AppSidebar>
|
||||
<AppContent variant="sidebar" class="overflow-x-hidden">
|
||||
<AppSidebarHeader :breadcrumbs="breadcrumbs" />
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user