obsidian note pls work
This commit is contained in:
@@ -25,7 +25,7 @@ const router = createRouter({
|
||||
component: () => import("../views/Bookmarks.vue"),
|
||||
},
|
||||
{
|
||||
path: "/notes/:pathMatch(.*)*",
|
||||
path: "/notes/:path(.*)*",
|
||||
name: "notes",
|
||||
component: () => import("../views/Notes.vue"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user