Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -68,7 +68,9 @@ | @@ -68,7 +68,9 @@ | ||
| 68 | <script setup lang="ts"> | 68 | <script setup lang="ts"> |
| 69 | import { ref, onUnmounted } from 'vue' | 69 | import { ref, onUnmounted } from 'vue' |
| 70 | import { icon } from '@/plugins' | 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 | import { ConfigType, CreateComponentType } from '@/packages/index.d' | 74 | import { ConfigType, CreateComponentType } from '@/packages/index.d' |
| 73 | import { themeColor, MenuOptionsType } from '../../hooks/useAside.hook' | 75 | import { themeColor, MenuOptionsType } from '../../hooks/useAside.hook' |
| 74 | import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore' | 76 | import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore' |