notes search
This commit is contained in:
@@ -4,9 +4,14 @@ defineProps<{
|
||||
}>()
|
||||
</script>
|
||||
<template>
|
||||
<h1 class="flex items-center text-3xl pb-2">
|
||||
<i class="bi bi-house mr-2 text-secondary text-base" v-if="note.isRoot"></i
|
||||
>{{ note.title }}
|
||||
</h1>
|
||||
<div>{{ note.content }}</div>
|
||||
<div>
|
||||
<h1 class="flex items-center pb-2 text-3xl">
|
||||
<i
|
||||
class="bi bi-house mr-2 text-base text-secondary"
|
||||
v-if="note.isRoot"
|
||||
></i
|
||||
>{{ note.title }}
|
||||
</h1>
|
||||
<div>{{ note.content }}</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user