完成公告、排行榜
This commit is contained in:
@@ -2,6 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router'
|
||||
import Login from '../views/Login.vue'
|
||||
import Challenge from '../views/Challenges.vue'
|
||||
import Scoreboard from '../views/Scoreboard.vue'
|
||||
import Notification from "../views/Notification.vue";
|
||||
|
||||
const routerHistory = createWebHistory()
|
||||
const router = createRouter({
|
||||
@@ -31,6 +32,11 @@ const router = createRouter({
|
||||
name:'Scoreboard',
|
||||
component: Scoreboard,
|
||||
|
||||
},
|
||||
{
|
||||
path:'/notification',
|
||||
name:'Notification',
|
||||
component: Notification,
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user