콘텐츠 카테고리 관리 UI 추가

This commit is contained in:
Yu Sung
2024-02-06 21:50:19 +09:00
parent 82674796e8
commit 565205be92
3 changed files with 423 additions and 0 deletions

View File

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