feat: 扩展 ConfigType,以支持虚拟图标组件

This commit is contained in:
tnt group
2023-05-18 19:41:30 +08:00
parent 6fee63600b
commit 816c11a877
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ export type ConfigType = {
dataset?: any // 组件预设的 dataset 值
disabled?: boolean // 禁用的
clickHandle?: Function // 单击事件
icon?: string // 图标
}
// 数据请求