alice

Results 3 issues of alice

中文用户请注意:请尽量用**英文**描述你的 issue,这样能够让尽可能多的人帮到你。 If you want to report a bug, please provide the following information: - The steps to reproduce. - A minimal demo of the problem via https://jsfiddle.net or http://codepen.io/pen...

mediaEvents.forEach(event => { this.audio.addEventListener(event, e => this.$emit(event, e)) }) 这个代码看着是抛出了事件,但是监听不到,且我就想拿到当前音频的播放状态,用来改变按钮的样式,但是这样写也不对 onClick(){ this.$nextTick(function(){ this.isPlaying = this.$refs.player.isPlaying console.log(this.isPlaying) }) }