npm install @moefe/vue-aplayer --save
在main.js中引入
import APlayer from '@moefe/vue-aplayer'
Vue.use(APlayer, {
defaultCover: 'https://github.com/u3u.png',
productionTip: true,
});
使用
<aplayer :audio="audio" :lrcType="1" fixed />
官方文档地址:https://aplayer.netlify.com/docs/options/#mutex