feat: 캐릭터 등록 폼 추가

This commit is contained in:
Yu Sung
2025-08-05 15:59:58 +09:00
parent 439cc21e57
commit 94a989ea57
4 changed files with 766 additions and 236 deletions

View File

@@ -260,6 +260,11 @@ const routes = [
name: 'CharacterList',
component: () => import(/* webpackChunkName: "character" */ '../views/Chat/CharacterList.vue')
},
{
path: '/character/form',
name: 'CharacterForm',
component: () => import(/* webpackChunkName: "character" */ '../views/Chat/CharacterForm.vue')
},
// TODO: CharacterBanner 컴포넌트가 구현되면 아래 라우트 주석 해제
// {
// path: '/character/banner',