mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 完成左侧列表的其余内容
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import BorderCommon from './index.vue'
|
||||
import image from '@/assets/images/chart/static.png'
|
||||
import image from '@/assets/images/chart/decorates/border.png'
|
||||
import { ConfigType } from '@/packages/index.d'
|
||||
import { ChatCategoryEnum } from '../../index.d'
|
||||
|
||||
@@ -8,5 +8,5 @@ export const borderCommonConfig: ConfigType = {
|
||||
title: '边框',
|
||||
category: ChatCategoryEnum.Border,
|
||||
node: BorderCommon,
|
||||
image: image
|
||||
image
|
||||
}
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
export enum ChatCategoryEnum {
|
||||
Border = '边框',
|
||||
Title = '标题',
|
||||
Else = '其它'
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
import Border from './Border'
|
||||
import Border from './borders'
|
||||
|
||||
export const DecorateList = [...Border]
|
||||
|
||||
Reference in New Issue
Block a user