UNPKG
vue-audio
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3
0.0.2
0.0.1
vue.js audio files player
github.com/shershen08/vuejs-sound-player
shershen08/vuejs-sound-player
vue-audio
/
dist
/
index.html
15 lines
(13 loc)
•
281 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<
html
>
<
head
>
<
title
>
Getting Started
</
title
>
</
head
>
<
body
>
<
div
class
=
""
>
<
div
id
=
"audio"
>
<
vue-audio
file
=
"http://ozo3wlmi6.bkt.clouddn.com/first.mp3"
>
</
vue-audio
>
</
div
>
</
div
>
<
script
src
=
"bundle.js"
>
</
script
>
</
body
>
</
html
>