refactor: state类型声明移动至types目录下
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user