UNPKG
vue-calendar-ui
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
一款高效、简洁、功能丰富、宽度可自适应的pc端考勤日历插件
github.com/Liweifei/calendar-vue
Liweifei/calendar-vue
vue-calendar-ui
/
index.html
12 lines
(11 loc)
•
227 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
>
calendar-vue
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"/dist/vue-calendar-ui.js"
>
</
script
>
</
body
>
</
html
>