mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 00:25:07 +08:00
update src/components/ImageUpload/index.vue.
修复上传失败还显示图片
This commit is contained in:
parent
b1f0b3c096
commit
9eebb080e6
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="component-upload-image">
|
<div class="component-upload-image">
|
||||||
<el-upload
|
<el-upload
|
||||||
ref="imageUpload"
|
ref="imageUploadRef"
|
||||||
multiple
|
multiple
|
||||||
:action="uploadImgUrl"
|
:action="uploadImgUrl"
|
||||||
list-type="picture-card"
|
list-type="picture-card"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user