UNPKG
m-simple-calendar
Version:
beta (0.0.1-beat.0)
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.1
0.0.1-beat.1
0.0.1-beat.0
0.0.0
多平台简单的日历
mineh5ui.biaov.cn/v2/doc/calendar
biaov/m-simple-calendar
m-simple-calendar
/
dist
/
vue
/
m-simple-calendar
/
index.js
8 lines
(5 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
MSimpleCalendar
from
'./index.vue'
MSimpleCalendar
.
install
=
app
=>
{ app.
component
(
MSimpleCalendar
.
name
,
MSimpleCalendar
) }
export
default
MSimpleCalendar