feat(router): add new route for RNode Flasher tool component
This commit is contained in:
@@ -197,6 +197,11 @@ const router = createRouter({
|
|||||||
path: "/tools/paper-message",
|
path: "/tools/paper-message",
|
||||||
component: defineAsyncComponent(() => import("./components/tools/PaperMessagePage.vue")),
|
component: defineAsyncComponent(() => import("./components/tools/PaperMessagePage.vue")),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "rnode-flasher",
|
||||||
|
path: "/tools/rnode-flasher",
|
||||||
|
component: defineAsyncComponent(() => import("./components/tools/RNodeFlasherPage.vue")),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "debug-logs",
|
name: "debug-logs",
|
||||||
path: "/debug/logs",
|
path: "/debug/logs",
|
||||||
|
|||||||
Reference in New Issue
Block a user