큐레이션 상세

- 리스트에서 제목 혹은 설명을 터치하면 상세페이지로 이동
- 상세페이지: 제목, 19금여부, 내용을 표시
This commit is contained in:
Yu Sung
2025-01-25 01:52:36 +09:00
parent 63fac77342
commit 16a314a8e9
3 changed files with 115 additions and 2 deletions

View File

@@ -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',