Added :key to notes v-for

main
TZGyn 3 years ago
parent 71322a9c5c
commit 5f58de162b

@ -26,7 +26,7 @@
<div <div
v-if="data" v-if="data"
class="flex w-full flex-col gap-4"> class="flex w-full flex-col gap-4">
<div v-for="note in data.notes"> <div v-for="note in data.notes" :key="note.id">
<LazyCardNote <LazyCardNote
:id="note.id" :id="note.id"
:uuid="note.uuid" :uuid="note.uuid"

Loading…
Cancel
Save