시리즈 상세페이지 추가

This commit is contained in:
Yu Sung
2024-04-23 18:49:40 +09:00
parent 1082c9334f
commit d9aaca3827
4 changed files with 156 additions and 19 deletions

View File

@@ -30,6 +30,11 @@ const routes = [
name: 'ContentSeriesList',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentSeriesList.vue')
},
{
path: '/content/series/detail',
name: 'ContentSeriesDetail',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentSeriesDetail.vue')
},
{
path: '/calculate/live',
name: 'CalculateLive',