mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
chore: bump vue to 2.7.16 (#1163)
This commit is contained in:
@@ -67,6 +67,8 @@ import _groups from './classes/groups.js';
|
||||
import _vrcRegistry from './classes/vrcRegistry.js';
|
||||
import _restoreFriendOrder from './classes/restoreFriendOrder.js';
|
||||
|
||||
import pugTemplate from './app.pug';
|
||||
|
||||
// API classes
|
||||
import _config from './classes/API/config.js';
|
||||
|
||||
@@ -152,6 +154,7 @@ console.log(`isLinux: ${LINUX}`);
|
||||
await configRepository.init();
|
||||
|
||||
const app = {
|
||||
template: pugTemplate,
|
||||
data: {
|
||||
API,
|
||||
isGameRunning: false,
|
||||
@@ -198,7 +201,10 @@ console.log(`isLinux: ${LINUX}`);
|
||||
userStatusClass: this.userStatusClass
|
||||
};
|
||||
},
|
||||
el: '#x-app',
|
||||
el: '#root',
|
||||
beforeMount() {
|
||||
this.changeThemeMode();
|
||||
},
|
||||
async mounted() {
|
||||
await this.initLanguage();
|
||||
try {
|
||||
@@ -206,7 +212,6 @@ console.log(`isLinux: ${LINUX}`);
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
}
|
||||
await this.changeThemeMode();
|
||||
await AppApi.SetUserAgent();
|
||||
this.appVersion = await AppApi.GetVersion();
|
||||
await this.compareAppVersion();
|
||||
|
||||
Reference in New Issue
Block a user