2022-01-16 22:17:34 +08:00

13 lines
349 B
TypeScript

import TableCommon from './index.vue'
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: 'VTableCommon',
title: '表格',
category: ChatCategoryEnum.table,
node: TableCommon,
image
}