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