added initial members list
This commit is contained in:
@@ -2,6 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router'
|
||||
import ManageApplications from '@/pages/ManageApplications.vue'
|
||||
import Application from '@/pages/Application.vue'
|
||||
import RankChange from '@/pages/RankChange.vue'
|
||||
import MemberList from '@/pages/memberList.vue'
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(import.meta.env.BASE_URL),
|
||||
@@ -9,6 +10,7 @@ const router = createRouter({
|
||||
{ path: '/applications', component: ManageApplications },
|
||||
{ path: '/applications/:id', component: Application },
|
||||
{ path: '/changeRank', component: RankChange },
|
||||
{ path: '/members', component: MemberList}
|
||||
]
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user