|
@@ -1,4 +1,5 @@
|
|
|
import TitleBevelAngle from './index.vue'
|
|
import TitleBevelAngle from './index.vue'
|
|
|
|
|
+import Configuration from './config.vue'
|
|
|
import image from '@/assets/images/chart/informations/title_diamond2.png'
|
|
import image from '@/assets/images/chart/informations/title_diamond2.png'
|
|
|
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
|
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
|
|
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
|
|
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
|
|
@@ -10,5 +11,6 @@ export const TitleBevelAngleConfig: ConfigType = {
|
|
|
categoryName: ChatCategoryEnumName.TITLE,
|
|
categoryName: ChatCategoryEnumName.TITLE,
|
|
|
package: PackagesCategoryEnum.INFORMATION,
|
|
package: PackagesCategoryEnum.INFORMATION,
|
|
|
node: TitleBevelAngle,
|
|
node: TitleBevelAngle,
|
|
|
|
|
+ conNode: () => Configuration,
|
|
|
image
|
|
image
|
|
|
}
|
|
}
|