This commit is contained in:
syuilo 2018-10-08 01:14:46 +09:00
parent 03d0ce1f89
commit a780e7b936
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 1 additions and 5 deletions

View file

@ -163,7 +163,6 @@ export default Vue.extend({
},
onMessage(message) {
console.log(message);
//
if (this.$store.state.device.enableSounds) {
const sound = new Audio(`${url}/assets/message.mp3`);