일자별 콘텐츠 정산 페이지 추가

This commit is contained in:
Yu Sung
2023-11-13 18:59:20 +09:00
parent acca2d3f2d
commit caaa4f9422
3 changed files with 304 additions and 1 deletions

View File

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