fix: 修改key

This commit is contained in:
mtruning
2022-01-16 22:17:34 +08:00
parent c63637360f
commit e1bb655bf1
36 changed files with 130 additions and 86 deletions
@@ -4,7 +4,7 @@ import { ConfigType } from '@/packages/index.d'
import { ChatCategoryEnum } from '../../index.d'
export const BarCommonConfig: ConfigType = {
key: 'BarCommon',
key: 'VBarCommon',
title: '柱状图',
category: ChatCategoryEnum.BAR,
node: BarCommon,