시리즈 리스트 페이지 추가
This commit is contained in:
@@ -80,6 +80,11 @@ const routes = [
|
||||
name: 'ContentCuration',
|
||||
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentCuration.vue')
|
||||
},
|
||||
{
|
||||
path: '/content/series/list',
|
||||
name: 'ContentSeriesList',
|
||||
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentSeriesList.vue')
|
||||
},
|
||||
{
|
||||
path: '/content/series/genre',
|
||||
name: 'ContentSeriesGenre',
|
||||
|
Reference in New Issue
Block a user