From 468be5aa69da9c7a932a3d205a6203df2fb04aca Mon Sep 17 00:00:00 2001 From: Michael Olund Date: Fri, 18 Sep 2020 16:55:13 -0700 Subject: [PATCH] Implemented image preview using uiv modal --- vue/src/components/ItemTile.vue | 31 +++++++++++++++++-- .../pages/initial-filing/InitialFiling.vue | 1 - 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/vue/src/components/ItemTile.vue b/vue/src/components/ItemTile.vue index 4edfd187..21fc6ca4 100644 --- a/vue/src/components/ItemTile.vue +++ b/vue/src/components/ItemTile.vue @@ -29,6 +29,9 @@
Upload Error
+ + +
@@ -37,6 +40,7 @@