Hand player update

This commit is contained in:
2024-04-20 00:36:27 +02:00
parent 638895f0bc
commit 571bcd14d3
5 changed files with 37 additions and 9 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ const props = defineProps(['stack'])
<template>
<span>
<CardPreview v-for="c in props.stack" :data="c" :key="c.uuid" />
<CardPreview v-for="c in props.stack" :data="c" />
</span>
</template>