feat: add showcase frontend
This commit is contained in:
@@ -25,6 +25,19 @@ const routes = [
|
||||
component: () => import("./pages/Submission.vue"),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: "/showcase",
|
||||
name: "showcase",
|
||||
component: () => import("./pages/Showcase.vue"),
|
||||
meta: { auth: true },
|
||||
},
|
||||
{
|
||||
path: "/showcase/:id",
|
||||
name: "showcase-detail",
|
||||
component: () => import("./pages/ShowcaseDetail.vue"),
|
||||
props: true,
|
||||
meta: { auth: true },
|
||||
},
|
||||
{
|
||||
path: "/dashboard",
|
||||
name: "dashboard",
|
||||
|
||||
Reference in New Issue
Block a user