라이브 정산 페이지 추가

This commit is contained in:
Yu Sung
2023-10-04 00:34:22 +09:00
parent 9a4bbbe241
commit 787643977d
3 changed files with 336 additions and 1 deletions

View File

@@ -19,7 +19,12 @@ const routes = [
path: '/content/list',
name: 'ContentList',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentList.vue')
}
},
{
path: '/calculate/live',
name: 'CalculateLive',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateLive.vue')
},
]
},
{