UNPKG
calendar-dd
Version:
latest (2.9.0)
2.9.0
2.8.9
2.8.8
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
1.0.2
基于vue2.0的一款日历组件
calendar-dd
/
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
); }