We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c84b38 commit 3c0e908Copy full SHA for 3c0e908
src/router.js
@@ -28,6 +28,9 @@ let router = new Router({
28
}, {
29
path: '/problem/:id/submit',
30
component: () => import('./components/problem/submit.vue')
31
+ }, {
32
+ path: '/status/list',
33
+ component: () => import('./components/status/list.vue')
34
35
path: '/app/editor',
36
component: () => import('./components/app/editor.vue')
0 commit comments