Skip to content

基于vue的移动端音频播放器(语音条外观)

Notifications You must be signed in to change notification settings

826327700/vue-mobile-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-mobile-audio

基于vue的移动端音频播放器(语音条外观)

使用

  • npm install vue-mobile-audio
//main.js
import audio from 'vue-mobile-audio'
Vue.use(audio)

//xxx.vue
<m-audio :src="src"></m-audio>
  • 设置
props 类型 默认值 描述
src string 音频播放地址(ogg,mp3,wav)
text string 轻触播放 播放器上的提示文字
showDuration boolean true 是否显示时长
block boolean true 播放器是否为块级元素

注:若显示时长,时长将替换提示文字

截图

截图

在线预览

demo

About

基于vue的移动端音频播放器(语音条外观)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published