mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改引入方式,去除config文件上的node指向
This commit is contained in:
Vendored
+1
-2
@@ -4,13 +4,12 @@ import { GlobalThemeJsonType } from '@/settings/chartThemes/index'
|
||||
// 组件配置
|
||||
export type ConfigType = {
|
||||
key: string
|
||||
chartKey: string,
|
||||
conKey: string,
|
||||
title: string
|
||||
category: string
|
||||
categoryName: string
|
||||
package: string
|
||||
node: () => Component
|
||||
conNode: () => Component
|
||||
image: string | (() => Promise<typeof import('*.png')>)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user