refactor(PageModal): ♻️ 去除无效引入

This commit is contained in:
cshaptx4869
2024-05-25 14:01:59 +08:00
parent 4c5995a422
commit e0f78365a0

View File

@@ -251,7 +251,7 @@ import type {
DrawerProps,
} from "element-plus";
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>;