From a188d79ee17838bdd17983ac3ae4767f93e1c0a2 Mon Sep 17 00:00:00 2001 From: Akshay Anand Date: Sat, 4 Aug 2018 18:42:02 -0400 Subject: [PATCH] #16 fix slots re-using identical inputs --- dev/App.vue | 23 ++++++++++++++--------- src/components/Wizard.vue | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/dev/App.vue b/dev/App.vue index e79f296..f88bdbc 100644 --- a/dev/App.vue +++ b/dev/App.vue @@ -9,19 +9,22 @@ :onBack="backClicked">

Step 1

-

This is step 1

+ +
-

Step 2

-

This is step 2

+ +
-

Step 3

-

This is step 3

-
-
-

Step 4

-

This is step 4

@@ -34,6 +37,8 @@ export default { name: 'demo', data(){ return { + step1: '', + step2: '', cStep: 1, steps: [ { diff --git a/src/components/Wizard.vue b/src/components/Wizard.vue index eadad7c..d619710 100644 --- a/src/components/Wizard.vue +++ b/src/components/Wizard.vue @@ -18,7 +18,7 @@ :style="{ left: arrowPosition }">
-
+