mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 扩展 ConfigType,以支持虚拟图标组件
This commit is contained in:
Vendored
+1
@@ -28,6 +28,7 @@ export type ConfigType = {
|
||||
dataset?: any // 组件预设的 dataset 值
|
||||
disabled?: boolean // 禁用的
|
||||
clickHandle?: Function // 单击事件
|
||||
icon?: string // 图标
|
||||
}
|
||||
|
||||
// 数据请求
|
||||
|
||||
Reference in New Issue
Block a user