feat: 扩展 ConfigType 添加 clickHandle 属性,为上传图片组件增加点击事件,完善点击上传(暂时不走网络,读取其base64)

This commit is contained in:
tnt group
2023-05-18 09:46:18 +08:00
parent aecba9c95e
commit 9585bd07a3
5 changed files with 61 additions and 15 deletions
+1
View File
@@ -27,6 +27,7 @@ export type ConfigType = {
virtualComponent?: string // 虚拟组件Path,指定后创建该组件时,从指定路径创建
dataset?: any // 组件预设的 dataset 值
disabled?: boolean // 禁用的
clickHandle?: Function // 单击事件
}
// 数据请求