From 4215574f0062245f24bd2b113173358484c0966c Mon Sep 17 00:00:00 2001 From: Jonathan Chevalier Date: Wed, 26 Oct 2022 17:39:47 +0200 Subject: [PATCH] WIP MMCM --- src/App.vue | 12 ++++++++++-- src/main.js | 10 +++++----- src/views/delivery-option-summary.vue | 2 +- src/views/final-step.vue | 2 +- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index 415626b..41f887c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,8 +6,16 @@ import Wizard from "./components/Wizard.vue";