태그 큐레이션 상세페이지 추가

This commit is contained in:
Yu Sung
2025-02-18 17:02:50 +09:00
parent 1f8f2ff92e
commit 81bd7a2e3f
3 changed files with 490 additions and 1 deletions

View File

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