refactor(PageModal): ♻️ 去除无效引入
This commit is contained in:
@@ -251,7 +251,7 @@ import type {
|
|||||||
DrawerProps,
|
DrawerProps,
|
||||||
} from "element-plus";
|
} from "element-plus";
|
||||||
import { useThrottleFn } from "@vueuse/core";
|
import { useThrottleFn } from "@vueuse/core";
|
||||||
import { reactive, ref, watch, computed, watchEffect } from "vue";
|
import { reactive, ref, watch, watchEffect } from "vue";
|
||||||
|
|
||||||
// 对象类型
|
// 对象类型
|
||||||
export type IObject = Record<string, any>;
|
export type IObject = Record<string, any>;
|
||||||
|
|||||||
Reference in New Issue
Block a user