This commit is contained in:
pypy
2021-01-21 12:48:06 +09:00
parent 22ba26bb42
commit e05171d694

View File

@@ -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));