vue自定义日历_Vue2的事件日历支持自定义事件项目和日历标题

vue自定义日历

Vue2日历组件 (Vue2 Calendar Component)

Full calendar base on Vue2 and momentjs. Support month and week view. Custom date item style with scopeSlots.

基于Vue2和momentjs的完整日历。 支持月和周视图。 带scopeSlots的自定义日期项目样式。

View demo 查看演示 Download Source 下载源

安装 (Install)

// npm
npm install vue2-event-calendar --save

// yarn
yarn add vue2-event-calendar

导入和使用 (Import and Usage)

常用用法。 (Common usage.)

// import component
import 'vue2-event-calendar/default.css'
import Calendar from 'vue2-event-calendar'
Vue.component('Calendar', Calendar)

If your project also use moment.js, you can use the independence version.

你可能感兴趣的:(vue,java,js,python,javascript,ViewUI)