mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 新增chart组件数据内容
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { PackagesType } from '@/packages/index.d'
|
||||
import { BarList } from '@/packages/components/Chart/index'
|
||||
|
||||
// 所有图表
|
||||
let packagesList: PackagesType = {
|
||||
Charts: BarList
|
||||
}
|
||||
|
||||
export { packagesList }
|
||||
|
||||
Reference in New Issue
Block a user