태그 큐레이션 페이지 추가

This commit is contained in:
Yu Sung
2025-02-18 16:40:42 +09:00
parent 4420b02f29
commit 1f8f2ff92e
3 changed files with 455 additions and 1 deletions

View File

@@ -85,6 +85,11 @@ const routes = [
name: 'ContentCurationDetail',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentCurationDetail.vue')
},
{
path: '/content/tag/curation',
name: 'ContentHashTagCuration',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentHashTagCuration.vue')
},
{
path: '/content/series/list',
name: 'ContentSeriesList',