use Element-UI "s Walking Lantern plug-in.
assume that there are three pictures.
when I make changes to the first picture
for example:
this.banner[0].image = otherImg;
at this point, the first picture becomes the third picture, and the data format is still correct.
but the display has changed.
could you tell me how to solve this problem?