vue 音频播放vue-aplayer


官网地址:https://www.npmjs.com/package/vue-aplayer

github地址:https://github.com/SevenOutman/vue-aplayer/tree/master/docs

1.命令:npm i vue-aplayer

           npm install --save hls.js(可能需要)

2.文件template:

          <aplayer autoplay

            :music-"{

        title:'邓伦 心动',

        artist:'邓伦',     

        src: '../../../static/images/dlxd.mp3',
        pic: '../../../static/images/top.png'

      }"

  />

3.文件script:
  import Aplayer from "vue-aplayer";
  components: {
    Aplayer
  },


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM