mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-22 13:36:23 +08:00
12 lines
363 B
TypeScript
12 lines
363 B
TypeScript
import TitleCommon from './index.vue'
|
|
import image from '@/assets/images/chart/informations/title_diamond.png'
|
|
import { ConfigType } from '@/packages/index.d'
|
|
import { ChatCategoryEnum } from '../../index.d'
|
|
|
|
export const TitleCommonConfig: ConfigType = {
|
|
key: 'VText',
|
|
title: '普通标题',
|
|
category: ChatCategoryEnum.TITLE,
|
|
node: TitleCommon,
|
|
image
|
|
} |