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