vue-calendar-ui
一款高效、简洁、功能丰富、宽度可自适应的pc端考勤日历插件
兼容版本
Vue2.x
Install
npm i vue-calendar-ui -S
//main.js
import cv from "vue-calendar-ui";
Vue.use(cv)
//页面使用
<vue-calendar-ui
ref="cv"
:mark-arr="mark"
title-color="#333"
arrow-color="#333"
crrentdaybg-color="#333"
hoverbg-color="#333"
hoverlabel-color="red"
weeklabe
1