添加提交详情页
This commit is contained in:
@@ -11,6 +11,12 @@ const routes = [
|
||||
name: "submissions",
|
||||
component: () => import("./pages/Submissions.vue"),
|
||||
},
|
||||
{
|
||||
path: "/submission/:id",
|
||||
name: "submission",
|
||||
component: () => import("./pages/Submission.vue"),
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: "/dashboard",
|
||||
name: "dashboard",
|
||||
|
||||
Reference in New Issue
Block a user