Update option separator

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2021-08-17 23:04:25 +00:00
parent 0552b6a7dd
commit 3f6586ba03

View file

@ -34,7 +34,9 @@
:value="commonLanguage.code">
{{ commonLanguage.name }}
</option>
<optgroup label="" />
<option disabled>
</option>
<option v-for="otherLanguage in otherLanguages"
:key="otherLanguage.code"
:selected="language.code === otherLanguage.code"