fix: 打包编译eslint类型检查报错问题修复
Former-commit-id: 574b969fdfcc8d1c94addb257fe57b6f1906acb5
This commit is contained in:
@@ -17,8 +17,8 @@ import {
|
|||||||
onBeforeUnmount,
|
onBeforeUnmount,
|
||||||
getCurrentInstance,
|
getCurrentInstance,
|
||||||
} from 'vue';
|
} from 'vue';
|
||||||
import { TagView } from '@/types/store/tagsview';
|
|
||||||
import useStore from '@/store';
|
import useStore from '@/store';
|
||||||
|
import { TagView } from '@/store/modules/types';
|
||||||
|
|
||||||
const tagAndTagSpacing = ref(4);
|
const tagAndTagSpacing = ref(4);
|
||||||
const { proxy } = getCurrentInstance() as any;
|
const { proxy } = getCurrentInstance() as any;
|
||||||
|
|||||||
@@ -71,13 +71,13 @@ import {
|
|||||||
|
|
||||||
import path from 'path-browserify';
|
import path from 'path-browserify';
|
||||||
|
|
||||||
import { RouteRecordRaw, useRoute, useRouter } from 'vue-router';
|
import { useRoute, useRouter } from 'vue-router';
|
||||||
import { TagView } from '@/types/store/tagsview';
|
|
||||||
|
|
||||||
import ScrollPane from './ScrollPane.vue';
|
import ScrollPane from './ScrollPane.vue';
|
||||||
import SvgIcon from '@/components/SvgIcon/index.vue';
|
import SvgIcon from '@/components/SvgIcon/index.vue';
|
||||||
import { generateTitle } from '@/utils/i18n';
|
import { generateTitle } from '@/utils/i18n';
|
||||||
import useStore from '@/store';
|
import useStore from '@/store';
|
||||||
|
import { TagView } from '@/store/modules/types';
|
||||||
|
|
||||||
const { tagsView, permission } = useStore();
|
const { tagsView, permission } = useStore();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user