refactor: state类型声明移动至types目录下

This commit is contained in:
郝先瑞
2022-03-20 23:46:03 +08:00
parent c77e8878fa
commit 518104e269
19 changed files with 78 additions and 78 deletions

View File

@@ -17,7 +17,7 @@ import {
onBeforeUnmount,
getCurrentInstance,
} from "vue";
import { TagView } from "@/store/interface";
import { TagView } from "@/types";
import useStore from "@/store";
const emits = defineEmits();

View File

@@ -74,7 +74,7 @@ ComponentInternalInstance,
import path from "path-browserify";
import { RouteRecordRaw, useRoute, useRouter } from "vue-router";
import { TagView } from "@/store/interface";
import { TagView } from "@/types";
import ScrollPane from "./ScrollPane.vue";
import {