일자별 콘텐츠 후원 페이지 추가
This commit is contained in:
@@ -125,6 +125,11 @@ const routes = [
|
||||
name: 'CalculateAccumulation',
|
||||
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateAccumulation.vue')
|
||||
},
|
||||
{
|
||||
path: '/calculate/content-donation-by-date',
|
||||
name: 'CalculateContentDonation',
|
||||
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateContentDonation.vue')
|
||||
},
|
||||
{
|
||||
path: '/notice',
|
||||
name: 'NoticeView',
|
||||
|
Reference in New Issue
Block a user