큐레이션 상세
- 리스트에서 제목 혹은 설명을 터치하면 상세페이지로 이동 - 상세페이지: 제목, 19금여부, 내용을 표시
This commit is contained in:
@@ -80,6 +80,11 @@ const routes = [
|
||||
name: 'ContentCuration',
|
||||
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentCuration.vue')
|
||||
},
|
||||
{
|
||||
path: '/content/curation/detail',
|
||||
name: 'ContentCurationDetail',
|
||||
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentCurationDetail.vue')
|
||||
},
|
||||
{
|
||||
path: '/content/series/list',
|
||||
name: 'ContentSeriesList',
|
||||
|
Reference in New Issue
Block a user