feat: chapter creation

This commit is contained in:
Jannat Patel
2024-03-04 22:10:51 +05:30
parent e863abe37c
commit 9ae96bd1fa
16 changed files with 4703 additions and 52 deletions

View File

@@ -78,9 +78,9 @@ const routes = [
props: true,
},
{
path: '/courses/:courseName/outline',
name: 'CourseOutline',
component: () => import('@/pages/CreateOutline.vue'),
path: '/courses/:courseName/learn/:chapterNumber-:lessonNumber/edit',
name: 'CreateLesson',
component: () => import('@/pages/CreateLesson.vue'),
props: true,
},
]