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
|
||||
class="cl-upload__item-remove"
|
||||
v-if="small"
|
||||
@click="remove(index)"
|
||||
@click.stop="remove(index)"
|
||||
>
|
||||
<circle-close-filled />
|
||||
</el-icon>
|
||||
|
||||
@ -5,8 +5,8 @@ export default (): ModuleConfig => {
|
||||
label: "文件上传",
|
||||
description: "基于 el-upload 封装的文件上传组件",
|
||||
author: "COOL",
|
||||
version: "1.2.1",
|
||||
updateTime: "2024-03-15",
|
||||
version: "1.2.2",
|
||||
updateTime: "2024-03-25",
|
||||
demo: [
|
||||
{
|
||||
name: "基础用法",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user