[Vuejs]-Problem in Vue Express with displaying image

0๐Ÿ‘

โœ…

I have solved this problem.
I have changed the way of collecting image data in mydesignImgs array.
i have used this code:

mydesignImgs.push(url1)

instead of using this equality:

mydesignImgs[i] = url1

but why?

Leave a comment