UNPKG
edu-vue-file-upload
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.4
0.1.3
0.1.2
upload file component for vue.js
edu-vue-file-upload
/
demo
/
index.html
12 lines
(11 loc)
•
205 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
vue file upload
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
</
body
>
<
script
src
=
"/build/build.js"
>
</
script
>
</
html
>