back element-plus to 2.11.7 and remove window.$app

This commit is contained in:
pa
2025-11-11 23:01:13 +09:00
committed by Natsumi
parent 5d4d63442f
commit 0114ff99e2
4 changed files with 10 additions and 21 deletions

View File

@@ -31,5 +31,3 @@ initRouter(app);
await initSentry(app);
app.mount('#root');
window.$app = app;

View File

@@ -6,7 +6,6 @@ declare global {
const LINUX: boolean;
interface Window {
$app: any;
$pinia: any;
$vr: any;
$debug: AppDebug;