- My points page
This commit is contained in:
Alexandrina-Kuzeleva
2025-11-20 12:56:28 +03:00
parent c4d185f2d6
commit 160c7863f0
2 changed files with 120 additions and 0 deletions

View File

@@ -30,6 +30,12 @@ const routes = [
name: 'ParentProfile',
component: () => import('@/pages/ParentProfile.vue'),
},
{
path: '/mypoints',
name: 'MyPoints',
component: () => import('@/pages/MyPoints.vue'),
},
// End of test of page
{
path: '/courses',
name: 'Courses',