This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
c325f246cf
ant-design-vue
/
components
/
vc-calendar
/
index.js
5 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: date-picker input string not correct #2246
2020-05-16 14:20:26 +00:00
// based on rc-calendar 9.15.10
style: lint add semi and prettier
2019-01-12 03:33:27 +00:00
import
Calendar
from
'./src/'
;
feat: update vc-calendar
2019-01-23 14:47:44 +00:00
style: lint add semi and prettier
2019-01-12 03:33:27 +00:00
export
default
Calendar
;