Add key do description to not leak any state through card change

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-11-17 15:50:32 +01:00
parent 2c71529dd8
commit a155558e93

View File

@@ -117,7 +117,7 @@
type="deck-card" />
</div>
<Description :card="card" />
<Description :key="card.id" :card="card" />
</div>
</template>