fix: 去除配置文件里的 node 指向

This commit is contained in:
MTrun
2022-03-10 20:05:05 +08:00
parent a96df3cc13
commit 55c8314613
20 changed files with 49 additions and 107 deletions
@@ -1,17 +1,14 @@
import BorderCommon from './index.vue'
import Configuration from './config.vue'
import image from '@/assets/images/chart/decorates/border.png'
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
export const BorderCommonConfig: ConfigType = {
key: 'VBorderCommon',
key: 'BorderCommon',
chartKey: 'VBorderCommon',
conKey: 'VCBorderCommon',
title: '边框',
category: ChatCategoryEnum.BORDER,
categoryName: ChatCategoryEnumName.BORDER,
package: PackagesCategoryEnum.DECORATES,
node: () => BorderCommon,
conNode: () => Configuration,
image
}