[Vue warn]: Error in render: "TypeError: this.formData.subImages.split is not a function"

问题: 错误代码: computed:{ //附图轮播图 subImgList(){ let imgArray = this.formData.subImages.split(','); imgArray.map(n => { this.subImg.push({ name:'sub-img', url:n })
相关文章
相关标签/搜索