forked from rc/aircox
fix stuff; sound inline in admin
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user