mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
back element-plus to 2.11.7 and remove window.$app
This commit is contained in:
@@ -31,5 +31,3 @@ initRouter(app);
|
||||
await initSentry(app);
|
||||
|
||||
app.mount('#root');
|
||||
|
||||
window.$app = app;
|
||||
|
||||
1
src/types/globals.d.ts
vendored
1
src/types/globals.d.ts
vendored
@@ -6,7 +6,6 @@ declare global {
|
||||
const LINUX: boolean;
|
||||
|
||||
interface Window {
|
||||
$app: any;
|
||||
$pinia: any;
|
||||
$vr: any;
|
||||
$debug: AppDebug;
|
||||
|
||||
Reference in New Issue
Block a user