From ef7f13b236ce745207bef4cfd6719b6952cab0ed Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Wed, 18 Apr 2018 23:57:36 -0400 Subject: [PATCH] s11e150 select options --- s11e143/src/App.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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' }; } }