VUE calendar ---- 日历组件vue
usage:
一、在main.js内
import Calendar from './components/calendar'
Vue.component(Calendar.name, Calendar)
二、
<calendar :date="calendarDate"></calendar>
props: {
date: new Date() // 要显示的月份日期,不传默认为当前月
}
git
git地址,点我~~~github