1.0.3 • Published 3 years ago

sxw-datepicker v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

sxw-datepicker

安装

npm install sxw-datepicker --save

import Datepicker from 'sxw-datepicker';

<datepicker v-model="value"></datepicker>

options

参数              参数名                类型        默认值
value             时间                 String       ''
format            时间格式              String       YYYY-MM-DD
inputWidth        输入框宽度            Number       140
inputBorderColor  输入框边框颜色        String       '#DCDCDC'
inputHeight       输入框高度            Number       32
checkedColor      日期选中颜色          String       '#12b484'
placeholder       提示文字              String       ''
isClear           是否开启清空          Boolean       true

events

事件名称               说明                 回调参数
change                时间改变       	   选中时间

help

参考vue-datepicker
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago