@liripeng/vue-audio-player
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "@liripeng/vue-audio-player", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Simple and practical Vue audio player component for PC mobile terminal(简单实用的 PC 移动端的 Vue 音频播放器组件)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -66,3 +66,3 @@ <h3 align="center" style="margin: 30px 0 35px;">Vue Audio Player Component</h3> | ||
ref="audioPlayer" | ||
:audio-list="audioList?.map((item) => item.src)" | ||
:audio-list="audioList" | ||
:before-play="handleBeforePlay" | ||
@@ -69,0 +69,0 @@ :show-play-loading="false" |
Sorry, the diff of this file is not supported yet
46235