You've already forked obsidian-visualiser
Tag Prose, CommentSide fixes and standard component initiation
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
const { data: comments } = await useFetch(`/api/project/1/comment`, {
|
||||
query: {
|
||||
path: unifySlug(useRoute().params.slug)
|
||||
const props = defineProps({
|
||||
comments: {
|
||||
type: [Object],
|
||||
required: true,
|
||||
}
|
||||
});
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user