shuffle page

This commit is contained in:
Nyavokevin 2025-09-08 10:20:37 +03:00
parent 5e4a4955f3
commit 9e5b160166
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,12 @@
<template>
<!-- stripe-checkout -->
</template>
<script>
import { StripeCheckout } from '@vue-stripe/vue-stripe';
export default {
components: {
StripeCheckout,
},
};
</script>

View File

@ -101,7 +101,6 @@ const getCard = async () => {
</div>
</div>
</section>
<ShuffleCardPresentation v-else ref="cardComponent" @draw-card="getCard" />
</LandingLayout>
</template>