UNPKG
vue-calendar-component
Version:
latest (2.8.2)
2.8.2
2.8.1
2.8.0
2.7.8
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.7
2.6.6
2.6.1
2.6.0
2.5.7
2.5.6
2.5.0
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.1
2.3.0
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.0
2.1.1
2.1.0
1.3.0
1.2.6
1.2.5
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.0.2
1.0.1
1.0.0
基于vue2.0的一款日历组件
vue-calendar-component
/
src
/
index.js
10 lines
(8 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Created by ZWH on 2017/6/22. */
import
Calendar
from
'./calendar.vue'
;
export
default
Calendar
;
if
(
typeof
window
!==
'undefined'
&&
window
.
Vue
) {
window
.
Vue
.
component
(
'clock'
,
Clock
); }