fix: lesson editing

This commit is contained in:
Jannat Patel
2024-03-07 10:06:32 +05:30
parent 0ce7c74778
commit 2126b4f657
9 changed files with 87 additions and 28 deletions

View File

@@ -82,6 +82,12 @@ const routes = [
component: () => import('@/pages/CreateLesson.vue'),
props: true,
},
{
path: '/batches/:batchName/edit',
name: 'CreateBatch',
component: () => import('@/pages/CreateBatch.vue'),
props: true,
},
]
let router = createRouter({