Skip to content

Commit 0827651

Browse files
authored
Merge branch 'microsoft:main' into nirmalya8
2 parents a8aec33 + 41086f1 commit 0827651

File tree

9 files changed

+2095
-4
lines changed

9 files changed

+2095
-4
lines changed

quiz-app/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<label for="locale">locale</label>
66
<select v-model="locale">
77
<option>en</option>
8-
<!--<option>fr</option>-->
8+
<option>es</option>
99
</select>
1010

1111
<span class="title">{{ questions[locale][0].title }}</span>

0 commit comments

Comments
 (0)