시그니처 조회/등록/수정/삭제 페이지 추가

This commit is contained in:
Yu Sung
2024-03-12 14:46:19 +09:00
parent fae6c5410b
commit c00abb103f
4 changed files with 561 additions and 4 deletions

View File

@@ -45,6 +45,11 @@ const routes = [
name: 'CalculateContentDonation',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateContentDonation.vue')
},
{
path: '/signature',
name: 'SignatureManagement',
component: () => import(/* webpackChunkName: "signature" */ '../views/Signature/SignatureManagement.vue')
}
]
},
{