SevenOutman / vue-aplayer

:cake: Easy-to-use music player for Vue 2.x

Home Page:https://vue-aplayer.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

切换路由,改变变量导致播放停止重置,找到解决办法了

lxhlxh520 opened this issue · comments

<div class="aplayercontainer" v-once>
  <aplayer
  ref="aplayer"
  mini
  float
  repeat="repeat-all"
  :music="{
    src: musicsrc,
    pic: musicpic,
  }"
/>
</div>

v-once

commented

Hi @lxhlxh520 ,感谢反馈。看上去这不是一个问题,我将会将此 Issue 转换为 Discussion