Skip to content

Commit

Permalink
feat(router): add magic calculator route
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Jul 21, 2022
1 parent b175530 commit e814948
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/router.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ const router = createRouter({
title: 'pages.damageCalculator',
},
},
{
path: '/magic',
component: () => import('@/views/MagicCalculatorPage.vue'),
meta: {
title: 'pages.magicCalculator',
},
},
{
path: '/creatures',
component: () => import('@/views/CreaturesLibraryPage.vue'),
Expand Down

0 comments on commit e814948

Please sign in to comment.