From b34e03909d0c1c459414568028012d1a02ae23e4 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 10 Dec 2020 08:26:38 -0500 Subject: started checkout form --- .../src/components/checkout/CheckoutForm.vue | 55 ++++++++++++++++++++++ iridescence/src/views/Checkout.vue | 13 ++++- 2 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 iridescence/src/components/checkout/CheckoutForm.vue diff --git a/iridescence/src/components/checkout/CheckoutForm.vue b/iridescence/src/components/checkout/CheckoutForm.vue new file mode 100644 index 0000000..a2ddfad --- /dev/null +++ b/iridescence/src/components/checkout/CheckoutForm.vue @@ -0,0 +1,55 @@ + + + diff --git a/iridescence/src/views/Checkout.vue b/iridescence/src/views/Checkout.vue index ab28517..3b66fbf 100644 --- a/iridescence/src/views/Checkout.vue +++ b/iridescence/src/views/Checkout.vue @@ -1,12 +1,21 @@ -- cgit v1.2.3