|
|
@@ -21,7 +21,7 @@ import { PropType, toRefs, watch, ref } from 'vue'
|
|
|
import { CreateComponentType } from '@/packages/index.d'
|
|
|
import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'
|
|
|
import { useChartDataFetch } from '@/hooks'
|
|
|
-import { Flipper } from '@/components/Flipper'
|
|
|
+import { Flipper } from '@/components/Pages/Flipper'
|
|
|
import { OptionType } from './config'
|
|
|
|
|
|
const props = defineProps({
|