Answer the question
In order to leave comments, you need to log in
Why is Vue's Selected property not working?
Why is the selected property not working on a Vue select option element?
The code:
<label>
Категория
<select v-model="Category" id="categoryTop"
class="select_category">
<option value="Большие" selected>Большие</option>
<option
v-for="cat in categoryOptions"
:value="cat"
>{{ cat }}</option>
</select>
</label>
<option val="Пример" selected>Пример</option>
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