feat(Routing): add new route for paper message page under tools section
This commit is contained in:
@@ -186,6 +186,11 @@ const router = createRouter({
|
||||
path: "/tools",
|
||||
component: defineAsyncComponent(() => import("./components/tools/ToolsPage.vue")),
|
||||
},
|
||||
{
|
||||
name: "paper-message",
|
||||
path: "/tools/paper-message",
|
||||
component: defineAsyncComponent(() => import("./components/tools/PaperMessagePage.vue")),
|
||||
},
|
||||
{
|
||||
name: "call",
|
||||
path: "/call",
|
||||
|
||||
Reference in New Issue
Block a user