This commit is contained in:
2023-05-19 22:07:58 +02:00
parent 99290b807a
commit 0f2b17dab9
6 changed files with 339 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ const emit = defineEmits<{
</template>
<template #items>
<SideBarMenuItem
v-for="note in notes"
v-for="note in notes.slice(-10)"
:key="note.id"
icon="far fa-file-alt fa-fw"
@click="setActiveNote(note.id)"