Doma

Results 127 comments of Doma

@VCodepp This piece of code looks fine to me. A possible cause is your `list` may be a computed value, thus `list[0]` turns out to be a new object everytime....

@VCodepp The player starts from beginning probably because the `music` it receives has changed. The mechanism is similar to #16 . The `music` before and after may look equal but...

@apony 是在什么设备、系统、浏览器上?

@lizaiya 在手机上当然没有音量按钮了…直接用手机本身的音量啊…

@nunojesus Not really. I'm just not working on this project for a while.

@franciscohanna92 Thank you. Please rebase this PR onto v1 branch so that your changes apply to a hotfix release.

@nabaonan 1.x 版本不支持在界面上自定义按钮的。

@Shadomax Since `v1.4.0` Vue-APlayer [emits a full list of native Media Events that you can listen to](https://github.com/SevenOutman/vue-aplayer/releases/tag/1.4.0). Among them you may want to use `timeupdate` to get informed that the...

@Shadomax You may refer to [Vue docs on `ref`](https://vuejs.org/v2/guide/components-edge-cases.html#Accessing-Child-Component-Instances-amp-Child-Elements) to find out how you can access a child component instance.

@VCodepp Which version of Vue-APlayer are you using?