mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
13 lines
342 B
TypeScript
13 lines
342 B
TypeScript
import PieCommon from './index.vue'
|
|
import image from '@/assets/images/chart/charts/pie.png'
|
|
import { ConfigType } from '@/packages/index.d'
|
|
import { ChatCategoryEnum } from '../../index.d'
|
|
|
|
export const PieCommonConfig: ConfigType = {
|
|
key: 'VPieCommon',
|
|
title: '计量图',
|
|
category: ChatCategoryEnum.PIE,
|
|
node: PieCommon,
|
|
image
|
|
}
|