Vue报错:TypeError: Cannot create property ‘xxxx‘ on string
使用element的upload上传时报错出现这种错通常是你的数据和需要的数据格式不匹配查看官网发现需要的是这种格式[{},{}]我的代码输出的是[‘url1’,‘url2’]正确代码handlesuccess(res,file,fileList){varthat=this//that.fileList.push(res.info.url)//['url1','url2']错误的varlists=