We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0146b commit 1dd42ecCopy full SHA for 1dd42ec
components/Checkout/CheckoutButton.vue
components/Checkout/CheckoutForm.vue
@@ -26,7 +26,7 @@
26
</ErrorMessage>
27
</div>
28
<div class="w-full flex justify-center mt-6">
29
- <CheckoutButton />
+ <CommonButton>SUBMIT ORDER</CommonButton>
30
31
32
</Form>
components/common/CommonButton.vue
@@ -4,6 +4,7 @@
4
<button
5
:class="{ disabled: isLoading }"
6
@click="$emit('CommonButtonClick')"
7
+ type="submit"
8
>
9
<slot />
10
<svg
@@ -29,6 +30,7 @@
33
34
35
36
0 commit comments