Change CardPreview component to use only card ID
This commit is contained in:
@@ -15,7 +15,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
<div>
|
||||
<div class="cards_container">
|
||||
<template v-if="props.stack.length > 0" v-for="c in props.stack">
|
||||
<CardPreview :data="c" :wrapped="true">
|
||||
<CardPreview :card_id="c?.card_id" :wrapped="true">
|
||||
<slot></slot>
|
||||
</CardPreview>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user