obsidian note pls work
This commit is contained in:
@@ -17,6 +17,6 @@ const props = defineProps({
|
|||||||
></div>
|
></div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
@import "katex/dist/katex.min.css";
|
@import "katex/dist/katex.min.css";
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ const router = createRouter({
|
|||||||
component: () => import("../views/Bookmarks.vue"),
|
component: () => import("../views/Bookmarks.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/notes/:pathMatch(.*)*",
|
path: "/notes/:path(.*)*",
|
||||||
name: "notes",
|
name: "notes",
|
||||||
component: () => import("../views/Notes.vue"),
|
component: () => import("../views/Notes.vue"),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user