mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 修改组件展示,支持单个组件数据编辑
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ export interface PublicConfigType {
|
||||
}
|
||||
export interface CreateComponentType extends PublicConfigType {
|
||||
key: string
|
||||
chartData: Omit<ConfigType, 'node'>
|
||||
chartConfig: Omit<ConfigType, 'node'>
|
||||
option: object
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user