Hand player update
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user