[Vuejs]-Use element ui upload Multiple pictures how to get the picture path store in imgarr arrary

0👍

You can use the file-list data field, which holds the default uploaded files.

Here is the doc:
http://element.eleme.io/#/en-US/component/upload

Js Fiddle example:
https://jsfiddle.net/h634yrf5/

Check the console log when you add new file in the attached example and you will notice the list of files.

Leave a comment