From f74be73064cd497650dce07680ddfc9e040c830e Mon Sep 17 00:00:00 2001 From: Parker Atkins Date: Wed, 20 Mar 2024 13:49:18 -0700 Subject: [PATCH 01/16] Adjust Wizard template to allow for more customization --- .../src/components/Wizard.vue | 44 +++++++++++-------- .../src/store/wizard.ts | 4 +- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/Wizard.vue b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/Wizard.vue index 5209d568d..77a243c20 100644 --- a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/Wizard.vue +++ b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/Wizard.vue @@ -1,23 +1,31 @@