콘텐츠 카테고리 관리 UI 추가
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user