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
+5
@@ -47,6 +47,11 @@ export enum PackagesCategoryName {
|
||||
DECORATES = '小组件'
|
||||
}
|
||||
|
||||
// 获取组件
|
||||
export enum FetchComFlagType {
|
||||
VIEW, CONFIG
|
||||
}
|
||||
|
||||
// 图表包类型
|
||||
export type PackagesType = {
|
||||
[PackagesCategoryEnum.CHARTS]: ConfigType[]
|
||||
|
||||
Reference in New Issue
Block a user