[Vuejs]-Vuejs & FilePond files is not working. How to transfer loaded file to an object?

-1👍

According to enter link description here data:image should be array object.

data: function() {
    return { 
        image: [''] 
    };
},
👤Yozz

Leave a comment