feat: 新增左侧图表数据

This commit is contained in:
mtruning
2022-01-15 21:05:11 +08:00
parent 551a1f2d01
commit cb7a8298ec
38 changed files with 249 additions and 38 deletions
@@ -3,8 +3,8 @@ import image from '@/assets/images/chart/Tables/tables.png'
import { ConfigType } from '@/packages/index.d'
import { ChatCategoryEnum } from '../index.d'
export const tableCommonConfig: ConfigType = {
key: 'Border',
export const TableCommonConfig: ConfigType = {
key: 'TableCommon',
title: '表格',
category: ChatCategoryEnum.table,
node: TableCommon,