feat(router): add route for Micron Editor component
This commit is contained in:
@@ -156,6 +156,11 @@ const router = createRouter({
|
|||||||
path: "/forwarder",
|
path: "/forwarder",
|
||||||
component: defineAsyncComponent(() => import("./components/forwarder/ForwarderPage.vue")),
|
component: defineAsyncComponent(() => import("./components/forwarder/ForwarderPage.vue")),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "micron-editor",
|
||||||
|
path: "/micron-editor",
|
||||||
|
component: defineAsyncComponent(() => import("./components/micron-editor/MicronEditorPage.vue")),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "profile.icon",
|
name: "profile.icon",
|
||||||
path: "/profile/icon",
|
path: "/profile/icon",
|
||||||
|
|||||||
Reference in New Issue
Block a user