feat: course admin dashboard

This commit is contained in:
Jannat Patel
2026-01-23 18:26:09 +05:30
parent 412bdeb085
commit 0e8b232ef1
21 changed files with 971 additions and 2147 deletions

View File

@@ -67,7 +67,7 @@ const emit = defineEmits<{
const props = withDefaults(
defineProps<{
modelValue: string
modelValue: string | null
label?: string
description?: string
type?: 'image' | 'video'