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 TableCommonConfig: ConfigType = {
key: 'TableCommon',
key: 'VTableCommon',
title: '表格',
category: ChatCategoryEnum.table,
node: TableCommon,