my-vue-calendar
v0.2.1
Published
A simple and useful calendar by Vue
Downloads
4
Maintainers
Readme
my-vue-calendar
🎉Power Design By 打酱油🎉
Desc
A simple and useful calendar by Vue 简单好用的日历组件
Use
npm i my-vue-calendar --save
import Calendar from 'my-vue-calendar'
components: {
Calendar
}
<Calendar lang='ja' mode='mon' type='square' border @onDateSelect="handleDateSelect">
</Calendar>