fix: 修改动态引入逻辑

This commit is contained in:
MTrun
2022-03-10 10:14:52 +08:00
parent 98100be99d
commit 06caa046fa
2 changed files with 44 additions and 10 deletions
+5
View File
@@ -47,6 +47,11 @@ export enum PackagesCategoryName {
DECORATES = '小组件'
}
// 获取组件
export enum FetchComFlagType {
VIEW, CONFIG
}
// 图表包类型
export type PackagesType = {
[PackagesCategoryEnum.CHARTS]: ConfigType[]