refactor: ♻️ 优化会话过期提示
This commit is contained in:
1
src/types/auto-imports.d.ts
vendored
1
src/types/auto-imports.d.ts
vendored
@@ -9,6 +9,7 @@ declare global {
|
||||
const ElForm: (typeof import("element-plus/es"))["ElForm"];
|
||||
const ElMessage: (typeof import("element-plus/es"))["ElMessage"];
|
||||
const ElMessageBox: (typeof import("element-plus/es"))["ElMessageBox"];
|
||||
const ElNotification: (typeof import("element-plus/es"))["ElNotification"];
|
||||
const ElTree: (typeof import("element-plus/es"))["ElTree"];
|
||||
const acceptHMRUpdate: (typeof import("pinia"))["acceptHMRUpdate"];
|
||||
const asyncComputed: (typeof import("@vueuse/core"))["asyncComputed"];
|
||||
|
||||
Reference in New Issue
Block a user