mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat:新增组件
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import Point from './index.vue'
|
||||
import image from '@/assets/images/chart/charts/Point.png'
|
||||
import { ConfigType } from '@/packages/index.d'
|
||||
import { ChatCategoryEnum } from '../../index.d'
|
||||
|
||||
export const PointConfig: ConfigType = {
|
||||
key: 'Point',
|
||||
title: '热力图',
|
||||
category: ChatCategoryEnum.MORE,
|
||||
node: Point,
|
||||
image: image
|
||||
}
|
||||
Reference in New Issue
Block a user