ant-design-vue/components/vc-calendar/index.js

5 lines
89 B
JavaScript
Raw Normal View History

// based on rc-calendar 9.15.10
2019-01-12 03:33:27 +00:00
import Calendar from './src/';
2019-01-23 14:47:44 +00:00
2019-01-12 03:33:27 +00:00
export default Calendar;