当前位置: 首页 > 工具软件 > APlayer > 使用案例 >

vue-aplayer

丁嘉
2023-12-01

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="1fixed  />

 

官方文档地址:https://aplayer.netlify.com/docs/options/#mutex

 类似资料: