feat: add curriculum sidebar component for course navigation and announcements

This commit is contained in:
supalerk-ar66 2026-02-04 11:56:20 +07:00
parent ff841c7638
commit 827b016114
5 changed files with 1 additions and 329 deletions

View file

@ -8,7 +8,7 @@
const props = defineProps<{
modelValue: boolean; // Sidebar open state (v-model)
courseData: any;
currentLessonId: number;
currentLessonId?: number;
isLoading: boolean;
hasUnreadAnnouncements: boolean;
}>();