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
/
index.js
9 lines
(7 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
MSimpleCalendar
from
'./m-simple-calendar'
export
{
default
as
MSimpleCalendar
}
from
'./m-simple-calendar'
export
default
{
install
(
app
) { app.
component
(
MSimpleCalendar
.
name
,
MSimpleCalendar
) } }