search

Home  >  Q&A  >  body text

javascript - Problems with previewing images uploaded by vue

As shown in the figure, this code implements the function of uploading preview images. But here, the path of the uploaded image is saved directly in items. If there are multiple fields such as title, img, etc. in items, how can I save the path of the uploaded image in the img field of items?

扔个三星炸死你扔个三星炸死你2738 days ago723

reply all(1)I'll reply

  • 扔个三星炸死你

    扔个三星炸死你2017-06-26 10:54:32

    vue.items.push({img: this.result})

    reply
    0
  • Cancelreply