From e05171d694b17c182733f15539bd234f270409ee Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:48:06 +0900 Subject: [PATCH] lint --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index f016f8c2..355066ff 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -3361,7 +3361,7 @@ speechSynthesis.getVoices(); methods: {}, watch: {}, el: '#x-app', - async mounted() { + mounted() { this.checkAppVersion(); API.$on('SHOW_WORLD_DIALOG', (tag) => this.showWorldDialog(tag)); API.$on('SHOW_LAUNCH_DIALOG', (tag) => this.showLaunchDialog(tag));