feat: 프로필 플레이 감사 기본 조회 화면 구현

This commit is contained in:
2026-09-16 03:18:56 +00:00
parent 7d5ee1348d
commit 8f3852662e
9 changed files with 1091 additions and 2 deletions
+6
View File
@@ -56,6 +56,12 @@ const accessPageByRouteName = {
} as const;
const routes = [
{
path: '/play-audit',
name: 'play-audit',
component: () => import('../views/PlayAuditView.vue'),
meta: { requiresAuth: true },
},
{
path: '/',
name: 'home',