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:
Post a Comment