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:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
import { Component } from '@/router/types'
|
||||
|
||||
// import { ConfigType } from '@/packages/index.d'
|
||||
export type ConfigType = {
|
||||
key: string
|
||||
title: string
|
||||
node: Component
|
||||
image: string
|
||||
[T: string]: unknown
|
||||
}
|
||||
|
||||
export type PackagesType = {
|
||||
Charts: ConfigType[]
|
||||
}
|
||||
Reference in New Issue
Block a user