This commit is contained in:
pypy
2021-01-21 12:48:06 +09:00
parent 22ba26bb42
commit e05171d694
+1 -1
View File
@@ -3361,7 +3361,7 @@ speechSynthesis.getVoices();
methods: {}, methods: {},
watch: {}, watch: {},
el: '#x-app', el: '#x-app',
async mounted() { mounted() {
this.checkAppVersion(); this.checkAppVersion();
API.$on('SHOW_WORLD_DIALOG', (tag) => this.showWorldDialog(tag)); API.$on('SHOW_WORLD_DIALOG', (tag) => this.showWorldDialog(tag));
API.$on('SHOW_LAUNCH_DIALOG', (tag) => this.showLaunchDialog(tag)); API.$on('SHOW_LAUNCH_DIALOG', (tag) => this.showLaunchDialog(tag));