Merged PR 12: Added a stripePayment component

This commit is contained in:
Dominic Villemure
2024-03-28 04:20:48 +00:00
6 changed files with 104 additions and 22 deletions

View File

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