투표 경로 추가

This commit is contained in:
khj0414 2025-01-21 15:48:31 +09:00
parent 6cba6c7461
commit 2a910488b8

View File

@ -58,7 +58,10 @@ const routes = [
path: '', path: '',
component: () => import('@v/voteboard/voteBoardList.vue') component: () => import('@v/voteboard/voteBoardList.vue')
}, },
{
path: 'write',
component: () => import('@v/voteboard/voteboardWrite.vue')
}
] ]
}, },
{ {