오디션 관리 - 페이지 추가

This commit is contained in:
Yu Sung
2024-12-27 01:40:31 +09:00
parent db44737b89
commit 0537b6df7d
5 changed files with 652 additions and 0 deletions

View File

@@ -195,6 +195,11 @@ const routes = [
name: 'PrivacyView',
component: () => import(/* webpackChunkName: "support" */ '../views/Support/PrivacyView.vue')
},
{
path: '/audition',
name: 'AuditionListView',
component: () => import(/* webpackChunkName: "audition" */ '../views/Audition/AuditionView.vue')
},
]
},
{