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