refactor: ♻️ 优化会话过期提示

This commit is contained in:
ray
2024-06-29 15:23:31 +08:00
parent 097a3fabea
commit ab0d5c45b9
2 changed files with 9 additions and 9 deletions

View File

@@ -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"];