태그 큐레이션 상세페이지 추가
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user