Friday 12 March 2021

v-fileinput : Invalid prop: custom validator check failed for prop "value". found in ..

I'm seeing this error in the console log when running my code.  

The solution was to the data value on my image file to an array.  

HTML


<v-file-input chips multiple v-model="imageFile" label="Survey Photos" ></v-file-input>



SCRIPT


export default { data() { return { imageFile: [],



No comments: