import Vue from 'vue'; declare global { interface Window { Vue: typeof Vue; ElementPlus: any; // 如果 Element Plus 没有提供类型声明文件,可以使用 any } }