fix(VnNotes): refs #6336 restore index in key
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
918ce0dc86
commit
4a5285358c
|
@ -78,8 +78,8 @@ async function insert() {
|
||||||
<TransitionGroup name="list" tag="div" class="column items-center full-width">
|
<TransitionGroup name="list" tag="div" class="column items-center full-width">
|
||||||
<QCard
|
<QCard
|
||||||
class="q-pa-xs q-mb-sm full-width"
|
class="q-pa-xs q-mb-sm full-width"
|
||||||
v-for="note in rows"
|
v-for="(note, index) in rows"
|
||||||
:key="note.id"
|
:key="note.id ?? index"
|
||||||
>
|
>
|
||||||
<QCardSection horizontal>
|
<QCardSection horizontal>
|
||||||
<VnAvatar
|
<VnAvatar
|
||||||
|
|
Loading…
Reference in New Issue