시리즈 등록/수정/삭제 페이지 추가

This commit is contained in:
Yu Sung
2024-04-23 00:18:32 +09:00
parent b16e85a27f
commit 1082c9334f
5 changed files with 769 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ const routes = [
name: 'ContentCategoryList',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentCategoryList.vue')
},
{
path: '/content/series/list',
name: 'ContentSeriesList',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentSeriesList.vue')
},
{
path: '/calculate/live',
name: 'CalculateLive',