mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
replace navmenu
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { createApp } from 'vue';
|
||||
|
||||
import ElementPlus from 'element-plus';
|
||||
|
||||
import {
|
||||
i18n,
|
||||
initComponents,
|
||||
@@ -20,7 +18,7 @@ await initPiniaPlugins();
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(pinia).use(i18n).use(ElementPlus);
|
||||
app.use(pinia).use(i18n);
|
||||
initComponents(app);
|
||||
initRouter(app);
|
||||
await initSentry(app);
|
||||
|
||||
Reference in New Issue
Block a user