0๐
<v-file-input v-model="img"/>
Should be the original value [] of your image data variable, like this:
export default {
data() {
return {
img: []
}
},
Source:stackexchange.com
0๐
<v-file-input v-model="img"/>
Should be the original value [] of your image data variable, like this:
export default {
data() {
return {
img: []
}
},