obsidian note pls work

This commit is contained in:
2026-01-13 12:41:38 +00:00
parent 8c8de938cd
commit d2bada1555
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ const props = defineProps({
></div>
</template>
<style>
<style scoped>
@import "katex/dist/katex.min.css";
</style>

View File

@@ -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"),
},