Refactor!: Codebase

This commit is contained in:
Kamigen
2024-03-30 21:35:19 -04:00
parent af35da4557
commit abab4587d1
11 changed files with 64 additions and 66 deletions

View File

@@ -2,7 +2,7 @@
<v-container>
<v-row>
<v-col>
<v-text-field
<v-text-field
label="Montant ($)"
v-model="price"
style="color: rgb(0, 109, 119); background-color: #f4f4f4">
@@ -35,12 +35,12 @@
</template>
</v-dialog>
</v-container>
</template>
<script setup>
import { useClient } from '@/plugins/clientPlugin';
import { useClient } from '@/plugins/api.js';
import { loadStripe } from '@stripe/stripe-js';
import { onMounted, ref } from "vue";
@@ -84,4 +84,4 @@ import { onMounted, ref } from "vue";
await checkout.mount('#checkout');
}
</script>
</script>