feat: 新增chart组件数据内容

This commit is contained in:
MTrun
2022-01-14 16:17:14 +08:00
parent 95e2cdc689
commit b03a495712
32 changed files with 493 additions and 187 deletions
+9
View File
@@ -0,0 +1,9 @@
import { PackagesType } from '@/packages/index.d'
import { BarList } from '@/packages/components/Chart/index'
// 所有图表
let packagesList: PackagesType = {
Charts: BarList
}
export { packagesList }