시리즈 장르 - 등록/삭제 페이지 추가

This commit is contained in:
Yu Sung
2024-04-18 14:26:49 +09:00
parent 00e5c5e7f9
commit 8642b95ec7
3 changed files with 359 additions and 0 deletions

View File

@@ -80,6 +80,11 @@ const routes = [
name: 'ContentCuration',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentCuration.vue')
},
{
path: '/content/series/genre',
name: 'ContentSeriesGenre',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentSeriesGenre.vue')
},
{
path: '/promotion/event',
name: 'EventView',