fixed the stripePayment component

This commit is contained in:
Dominic Villemure
2024-03-28 00:19:36 -04:00
parent eef07babe8
commit 015f99180f
4 changed files with 54 additions and 58 deletions

View File

@@ -5,8 +5,5 @@
</RouterView>
</template>
<script>
export default {
name: 'App',
};
<script setup>
</script>