设为首页 加入收藏

TOP

Vue中音乐播放器
2019-10-09 20:06:02 】 浏览:55
Tags:Vue 音乐 播放器

一.安装依赖

yarn add vue-aplayer

? or`

npm i vue-aplayer

二.使用

<template>
    <div class="vue_aplayer">
        <aplayer autoplay
          :music="{
            title: '歌曲标题',
            artist: '歌手名',
            src: '歌曲url',
            pic: '歌曲播放器封面url'
          }"
        />
    </div>
</template>

<script>
    import aplayer from 'vue-aplayer'
    export default {
        name: "VueAplayer",
        components: {
                aplayer
            }
    }
</script>
<style scoped>

</style>

三.官方文档

点我官方文档

点我中文官方文档

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇_proto_和prototype的区别 下一篇layui2.5 开关在confirm确认了之..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目