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