UNPKG
xcandy
Version:
latest (0.1.4-alpha)
0.1.4-alpha
0.1.3-alpha
0.1.2-alpha
0.1.1
0.0.1-alpha6
A UI framework for taro.js
github.com/loveonelong/xcandy
loveonelong/xcandy
xcandy
/
dist
/
h5
/
xcComponents
/
Calendar
/
RenderDatePro.js
9 lines
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
class
RenderDatePro
{
constructor
(date) {
this
.disable =
false
;
this
.note =
''
;
this
.date = date.date;
this
.str = date.str; } } export default RenderDatePro;