obsidian note pls work
This commit is contained in:
@@ -17,6 +17,6 @@ const props = defineProps({
|
||||
></div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
@import "katex/dist/katex.min.css";
|
||||
</style>
|
||||
|
||||
@@ -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