fix:完善退出登录弹窗

This commit is contained in:
liangdong
2025-12-31 20:57:14 +08:00
parent bd2a143db8
commit f69d83d3ea
2 changed files with 20 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
export {}
declare global {
const EffectScope: typeof import('vue').EffectScope
const ElMessageBox: typeof import('element-plus/es').ElMessageBox
const acceptHMRUpdate: typeof import('pinia').acceptHMRUpdate
const computed: typeof import('vue').computed
const createApp: typeof import('vue').createApp