1.0.4 • Published 5 years ago

czs-yx-calendar v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

czs-yx-calendar

calendar

github 下载地址

https://github.com/chenyp01/czs-yx-calendar.git

Build Setup

# install dependencies
npm i czs-yx-calendar

Usage

import CzsYxCalendar from 'czs-yx-calendar'
Vue.use(CzsYxCalendar)

API

czs-yx-calendar props

nametyperemark
textTopArray日历头部的文字,默认是 '日','一', '二', '三', '四', '五', '六'
sundayStartBoolean默认是周一开始 当是true的时候 是周日开始
startTimeString某个日期以前的不允许点击,如:2019-07-01
endTimeString某个日期以后的不允许点击,如:2020-07-01
defaultValString设置默认值,如:2019-08-17
dateFormatString日期格式,如:yyyy-MM-dd
backgroundColorString日历背景颜色,如:#f7f7f7
fontColorString文字颜色,如:#000
selectDateBgColorString选中日期的背景颜色,如:#666
selectFontColorString选中日期的背景颜色,如:white
nowDateBgColorString当天日期的背景色,如:#ddd
nowDateFontColorString当天日期的背景色,如:#6262ef

czs-yx-calendar Function

nameremark
choseDay选中某天调用的方法,返回选中的日期 yyyy-MM-dd
changeMonth切换月份调用的方法,返回切换到某月的日期 yyyy-MM-dd
isToday切换月份的时候,如果切到当前月份,调用这个方法,返回当前月今天
setDateVal设置日期

For detailed explanation on how things work, consult the docs for vue-loader.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago