시리즈 메뉴
1. 시리즈 디렉토리 생성 2. 시리즈 장르, 리스트 페이지 UI - 콘텐츠 디렉토리에서 시리즈 디렉토리로 이동 3. webpackChunk - content -> series 로 분리
This commit is contained in:
parent
af45c0093e
commit
befe04c243
|
@ -83,12 +83,12 @@ const routes = [
|
||||||
{
|
{
|
||||||
path: '/content/series/list',
|
path: '/content/series/list',
|
||||||
name: 'ContentSeriesList',
|
name: 'ContentSeriesList',
|
||||||
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentSeriesList.vue')
|
component: () => import(/* webpackChunkName: "series" */ '../views/Series/ContentSeriesList.vue')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/content/series/genre',
|
path: '/content/series/genre',
|
||||||
name: 'ContentSeriesGenre',
|
name: 'ContentSeriesGenre',
|
||||||
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentSeriesGenre.vue')
|
component: () => import(/* webpackChunkName: "series" */ '../views/Series/ContentSeriesGenre.vue')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/promotion/event',
|
path: '/promotion/event',
|
||||||
|
|
Loading…
Reference in New Issue