Answer the question
In order to leave comments, you need to log in
How to populate input value using vue js?
image is an object, i want to output filename in input using image. But this doesn't work:
<input type="text" name='file_name[]' v-model="image.name" value="">
<script>
new Vue({
el: '#app',
data: {
image: [],
..........
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