mindmap
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user