Answer the question
In order to leave comments, you need to log in
How in Vue 3 to do both two-way and one-way binding on the attributes of one element at the same time?
Hello,
I have the following code
<div v-for="(floor, ind) in floors">
<div class="media-body">
<div class="input-group">
<input type="text"
class="form-control"
v-once:value="floor.schemeUrl"
v-bind:name="'Floors[' + ind + '].SchemeUrl'"
/>
</div>
</div>
</div>
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