Skip to content

Commit eeaa0f2

Browse files
committed
for ease with translation
1 parent 2ef65ff commit eeaa0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/src/flight-booker/App/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<select v-model="flightType">
2-
<option>one-way flight</option>
3-
<option>return flight</option>
2+
<option value="one-way flight">One-way Flight</option>
3+
<option value="return flight">Return Flight</option>
44
</select>
55

66
<input type="date" v-model="departureDate" />

0 commit comments

Comments
 (0)