feat: badges

This commit is contained in:
Jannat Patel
2024-04-30 19:25:07 +05:30
parent 0f64da69c0
commit 7355be2a8b
16 changed files with 453 additions and 2 deletions

View File

@@ -72,6 +72,11 @@ const routes = [
path: 'certificates',
component: () => import('@/pages/ProfileCertificates.vue'),
},
{
name: 'ProfileAchievements',
path: 'achievements',
component: () => import('@/pages/ProfileAchievements.vue'),
},
{
name: 'ProfileRoles',
path: 'roles',