This commit is contained in:
syuilo
2019-05-21 18:09:05 +09:00
parent d0cc145cb3
commit 08b6fda065
2 changed files with 5 additions and 1 deletions

View File

@@ -73,6 +73,10 @@ export default Vue.extend({
sound.play();
}
}
},
onInited: (self) => {
self.$emit('loaded');
}
}),
],