Showing
1 changed file
with
3 additions
and
1 deletions
... | ... | @@ -68,7 +68,9 @@ |
68 | 68 | <script setup lang="ts"> |
69 | 69 | import { ref, onUnmounted } from 'vue' |
70 | 70 | import { icon } from '@/plugins' |
71 | -import { createComponent } from '@/packages' | |
71 | +// import { createComponent } from '@/packages' | |
72 | +// THINGS_KIT 覆盖原始创建组件逻辑 | |
73 | +import { createComponent } from '@/packages/external/override' | |
72 | 74 | import { ConfigType, CreateComponentType } from '@/packages/index.d' |
73 | 75 | import { themeColor, MenuOptionsType } from '../../hooks/useAside.hook' |
74 | 76 | import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore' | ... | ... |