diff --git a/s11e143/src/App.vue b/s11e143/src/App.vue index f623c80..8228793 100644 --- a/s11e143/src/App.vue +++ b/s11e143/src/App.vue @@ -102,6 +102,11 @@ +
+
+ +
+

@@ -110,6 +115,8 @@
+ +
@@ -131,6 +138,7 @@

Gender: {{userData.gender}}

Priority: {{selectedPriority}}

+

Switched: {{dataSwitched}}

@@ -139,6 +147,8 @@ diff --git a/s11e143/src/components/Switch.vue b/s11e143/src/components/Switch.vue new file mode 100644 index 0000000..8803d2b --- /dev/null +++ b/s11e143/src/components/Switch.vue @@ -0,0 +1,46 @@ + + + + + \ No newline at end of file