mirror of
https://gitee.com/dromara/go-view.git
synced 2026-01-05 03:46:57 +08:00
13 lines
348 B
TypeScript
13 lines
348 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: 'TableCommon',
|
|
title: '表格',
|
|
category: ChatCategoryEnum.table,
|
|
node: TableCommon,
|
|
image
|
|
}
|