We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
我也发现了这个问题。 只有Aplayer组件设置了shuffle属性之后重新created才会默认实现随机播放,但设不设置shuffle点随机播放按钮之后都切换不了组件的shuffle状态也不会更新shuffleList(会触发update:shuffle和toggleShuffle来更新shouldShuffle,但没有实际效果),于是我利用组件的v-on:update:shuffle事件监听点击随机播放按钮返回的值,自己写了个函数随机调换音乐列表里的数据,同样可以解决问题。
Sorry, something went wrong.
是的,虽然可以解决问题,还是希望开发者能及时fixbug一下~
这貌似是原生Aplayer就有的Bug,脱离vue-aplayer后我使用原生APlayer也出现了相同的情况
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: