|
|
@@ -62,12 +62,12 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
-import type { IHomeCommonCategoryListTabNestCategoryItemDefine } from '@/pages/article/data/CommonCategoryDefine';
|
|
|
-import type { IHomeCommonCategoryDynamicData } from '@/pages/article/data/CommonCategoryDynamicData';
|
|
|
+import type { IHomeCommonCategoryListTabNestCategoryItemDefine } from '../../CommonCategoryDefine';
|
|
|
+import type { IHomeCommonCategoryDynamicData } from '../../CommonCategoryDynamicData';
|
|
|
import LinkPathEditor from '../components/LinkPathEditor.vue';
|
|
|
import DynamicDataEditor from '../components/DynamicDataEditor.vue';
|
|
|
import DataSolveEditor from '../components/DataSolveEditor.vue';
|
|
|
-import { CommonCategoryBlockType } from '@/pages/article/data/CommonCategoryBlocks';
|
|
|
+import { CommonCategoryBlockType } from '../../CommonCategoryBlocks';
|
|
|
import ItemTypeEditor from '../components/ItemTypeEditor.vue';
|
|
|
|
|
|
const props = defineProps<{
|