shuffle page
This commit is contained in:
parent
5e4a4955f3
commit
9e5b160166
@ -0,0 +1,12 @@
|
|||||||
|
<template>
|
||||||
|
<!-- stripe-checkout -->
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import { StripeCheckout } from '@vue-stripe/vue-stripe';
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
StripeCheckout,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
@ -101,7 +101,6 @@ const getCard = async () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<ShuffleCardPresentation v-else ref="cardComponent" @draw-card="getCard" />
|
<ShuffleCardPresentation v-else ref="cardComponent" @draw-card="getCard" />
|
||||||
</LandingLayout>
|
</LandingLayout>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user