From 51929825556264cdc49b39bb68704e55253d77be Mon Sep 17 00:00:00 2001 From: Jonathan Chevalier Date: Thu, 29 Sep 2022 16:03:50 +0200 Subject: [PATCH] WIP MMCM --- src/App.vue | 29 +++++++- src/components/Wizard.vue | 100 ++++++++++++++++---------- src/views/address-check.vue | 2 +- src/views/delivery-option-step-1.vue | 43 ++++++----- src/views/delivery-option-step-2.vue | 18 ++--- src/views/delivery-option-step-3.vue | 25 +++---- src/views/delivery-option-summary.vue | 20 +++--- 7 files changed, 140 insertions(+), 97 deletions(-) diff --git a/src/App.vue b/src/App.vue index 118f0d4..2ac427b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,14 +6,37 @@ import Wizard from "./components/Wizard.vue"; - diff --git a/src/components/Wizard.vue b/src/components/Wizard.vue index eada3e4..8cad289 100644 --- a/src/components/Wizard.vue +++ b/src/components/Wizard.vue @@ -1,53 +1,75 @@