Answer the question
In order to leave comments, you need to log in
How to implement toggle in dropdown without select?
<span class="dropdown">
<span href="#" class="select_language">{{selected}}
<input type="checkbox">
<ul>
<select v-model="selected">
<option><li @click.prevent="localizee('en')">EN</li></option>
<option><li @click.prevent="localizee('ru')">RU </li></option>
</select>
</ul></span>
</span>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question