fix stuff; sound inline in admin

This commit is contained in:
bkfox
2020-09-16 15:14:46 +02:00
parent ff58290db0
commit 659e06670d
2 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ export default {
},
toggle() {
console.log('tooogle', this.paused, '-', this.$refs.audio.src)
console.log('tooogle', this.paused, '-', this.$refs.audio.src)
if(this.paused)
this.play()
else