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
就算更改src地址后 音乐不会自动播放
The text was updated successfully, but these errors were encountered:
我也遇到了,请问现在有解决办法了吗
Sorry, something went wrong.
我也遇到了,请问现在有解决办法了吗 就算更改src地址后 音乐不会自动播放
https://gitee.com/thousands-of-music/music-project/blob/master/src/App.vue 我之前写的 你可以试下,App.vue组件里
我也遇到了,请问现在有解决办法了吗 就算更改src地址后 音乐不会自动播放 https://gitee.com/thousands-of-music/music-project/blob/master/src/App.vue 我之前写的 你可以试下,App.vue组件里
这个问题我现在解决了,在使用该组件时类似这样加上key绑定<aplayer :key=audio.src></aplayer>,使得每次src有变化时,重新渲染一遍该组件就可以了,还是感谢你提供的方法。
<aplayer :key=audio.src></aplayer>
No branches or pull requests
就算更改src地址后 音乐不会自动播放
The text was updated successfully, but these errors were encountered: