From 7381a7033231e6454a37fd64b1f3de4e8d59355f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 11 Nov 2020 20:07:12 -0500 Subject: Kind of flailing with the UI; lots of API bugfixes though. --- .../src/components/admin/ProductEditCard.vue | 73 +++++++++++----------- 1 file changed, 38 insertions(+), 35 deletions(-) (limited to 'iridescence/src/components/admin/ProductEditCard.vue') diff --git a/iridescence/src/components/admin/ProductEditCard.vue b/iridescence/src/components/admin/ProductEditCard.vue index 350f8df..a8117ce 100644 --- a/iridescence/src/components/admin/ProductEditCard.vue +++ b/iridescence/src/components/admin/ProductEditCard.vue @@ -2,7 +2,7 @@
-

+

{{ currentProduct.id }}: {{ currentProduct.name }}

@@ -74,7 +74,7 @@ type="file" name="image" accept=".jpg,.jpeg,.JPG,.JPEG" - @change="previewFiles" + @change="changePhotoSet" /> @@ -82,7 +82,7 @@ - {{ newProduct.photo_set }} + {{ filename }}
@@ -107,7 +107,12 @@ enter-active-class="animate__animated animate__fadeIn" leave-active-class="animate__animated animate__fadeOut" > -