mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改类型报错的问题
This commit is contained in:
Vendored
+2
-1
@@ -1,4 +1,5 @@
|
||||
import { Component } from '@/router/types'
|
||||
import { GlobalThemeJsonType } from '@/settings/chartThemes/index'
|
||||
|
||||
// 组件配置
|
||||
export type ConfigType = {
|
||||
@@ -21,7 +22,7 @@ export interface PublicConfigType {
|
||||
export interface CreateComponentType extends PublicConfigType {
|
||||
key: string
|
||||
chartConfig: Omit<ConfigType, 'node'>
|
||||
option: object
|
||||
option: GlobalThemeJsonType
|
||||
}
|
||||
|
||||
// 包分类枚举
|
||||
|
||||
Reference in New Issue
Block a user