feat: add curriculum sidebar component for course navigation and announcements
This commit is contained in:
parent
ff841c7638
commit
827b016114
5 changed files with 1 additions and 329 deletions
|
|
@ -8,7 +8,7 @@
|
|||
const props = defineProps<{
|
||||
modelValue: boolean; // Sidebar open state (v-model)
|
||||
courseData: any;
|
||||
currentLessonId: number;
|
||||
currentLessonId?: number;
|
||||
isLoading: boolean;
|
||||
hasUnreadAnnouncements: boolean;
|
||||
}>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue