콘텐츠별 누적 현황 페이지 추가

This commit is contained in:
Yu Sung
2023-11-14 00:22:19 +09:00
parent caaa4f9422
commit 9482c0622b
3 changed files with 219 additions and 1 deletions

View File

@@ -30,6 +30,11 @@ const routes = [
name: 'CalculateContent',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateContent.vue')
},
{
path: '/calculate/content-accumulation',
name: 'CalculateAccumulation',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateAccumulation.vue')
},
]
},
{