chore: bump vue to 2.7.16 (#1163)

This commit is contained in:
pa
2025-03-01 17:00:33 +09:00
committed by GitHub
parent 0d93b09752
commit f1fb44840e
10 changed files with 1068 additions and 1005 deletions

View File

@@ -19,6 +19,8 @@ import * as localizedStrings from './localization/localizedStrings.js';
import $utils from './classes/utils.js';
import pugTemplate from './vr.pug';
Vue.component('marquee-text', MarqueeText);
(async function () {
@@ -124,6 +126,7 @@ Vue.component('marquee-text', MarqueeText);
});
const app = {
template: pugTemplate,
i18n,
data: {
// 1 = 대시보드랑 손목에 보이는거
@@ -169,7 +172,7 @@ Vue.component('marquee-text', MarqueeText);
...$utils
},
watch: {},
el: '#x-app',
el: '#root',
async mounted() {
this.isRunningUnderWine = await AppApiVr.IsRunningUnderWine();
await this.applyWineEmojis();