vue 日历组件

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

相关文章
相关标签/搜索