fix: initPlugins is async now

This commit is contained in:
pa
2025-09-15 17:09:19 +09:00
committed by Natsumi
parent b2b8e6ba3f
commit 98a7a2bd22
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import { initComponents } from './plugin/components';
import ElementPlus from 'element-plus';
import App from './App.vue';
initPlugins();
await initPlugins();
// #region | Hey look it's most of VRCX!