UNPKG
vue-schedule-calendar
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
Vue schedule calendar.
github.com/yscoder/vue-schedule-calendar
yscoder/vue-schedule-calendar
vue-schedule-calendar
/
index.html
12 lines
(11 loc)
•
229 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
vue-schedule-calendar
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"./dist/demo.js"
>
</
script
>
</
body
>
</
html
>