feat(character-calculator): 캐릭터별 정산 추가
This commit is contained in:
@@ -290,6 +290,11 @@ const routes = [
|
||||
name: 'CharacterCurationDetail',
|
||||
component: () => import(/* webpackChunkName: "character" */ '../views/Chat/CharacterCurationDetail.vue')
|
||||
},
|
||||
{
|
||||
path: '/character/calculate',
|
||||
name: 'CharacterCalculate',
|
||||
component: () => import(/* webpackChunkName: "character" */ '../views/Chat/CharacterCalculateList.vue')
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user