diff --git a/s11e143/src/App.vue b/s11e143/src/App.vue index cd0c087..f623c80 100644 --- a/s11e143/src/App.vue +++ b/s11e143/src/App.vue @@ -93,9 +93,12 @@
@@ -127,8 +130,7 @@

Gender: {{userData.gender}}

-

Priority:

-

Switched:

+

Priority: {{selectedPriority}}

@@ -148,6 +150,8 @@ }, message: 'A new hope', sendMail: [], + priorities: ['High', 'Medium', 'Low'], + selectedPriority: 'Medium' }; } }