mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 13:42:50 +00:00
cl-upload 小图模式关闭报错
This commit is contained in:
parent
ad841ac140
commit
330bf4deaa
@ -117,7 +117,7 @@
|
|||||||
<el-icon
|
<el-icon
|
||||||
class="cl-upload__item-remove"
|
class="cl-upload__item-remove"
|
||||||
v-if="small"
|
v-if="small"
|
||||||
@click="remove(index)"
|
@click.stop="remove(index)"
|
||||||
>
|
>
|
||||||
<circle-close-filled />
|
<circle-close-filled />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
|
|||||||
@ -5,8 +5,8 @@ export default (): ModuleConfig => {
|
|||||||
label: "文件上传",
|
label: "文件上传",
|
||||||
description: "基于 el-upload 封装的文件上传组件",
|
description: "基于 el-upload 封装的文件上传组件",
|
||||||
author: "COOL",
|
author: "COOL",
|
||||||
version: "1.2.1",
|
version: "1.2.2",
|
||||||
updateTime: "2024-03-15",
|
updateTime: "2024-03-25",
|
||||||
demo: [
|
demo: [
|
||||||
{
|
{
|
||||||
name: "基础用法",
|
name: "基础用法",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user