시리즈 리스트 페이지 추가

This commit is contained in:
Yu Sung
2024-10-14 19:06:52 +09:00
parent 77559bb4a9
commit 5ba0d379e1
3 changed files with 184 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/list',
name: 'ContentSeriesList',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentSeriesList.vue')
},
{
path: '/content/series/genre',
name: 'ContentSeriesGenre',