시리즈 상세페이지 추가
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user