mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 处理缺失的类型
This commit is contained in:
@@ -5,6 +5,8 @@ import { DecorateList } from '@/packages/components/Decorate/index'
|
||||
// 所有图表
|
||||
let packagesList: PackagesType = {
|
||||
[PackagesCategoryEnum.CHARTS]: ChartList,
|
||||
[PackagesCategoryEnum.TEXTS]: DecorateList,
|
||||
[PackagesCategoryEnum.TABLES]: DecorateList,
|
||||
[PackagesCategoryEnum.DECORATES]: DecorateList
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user