x-datetimepicker-vue
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "x-datetimepicker-vue", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -11,3 +11,3 @@ # x-datetimepicker-vue | ||
*** | ||
* v1.0.4 | ||
* v1.0.5 | ||
@@ -82,3 +82,3 @@ ### 基于 | ||
|limit|object|时间选择范围限制,具体参考下方配置说明| | ||
|chooseSpan|string/number|单次点击选择区间,''/week/month/6| | ||
|chooseSpan|string/number|单次点击选择区间,''/week/month/秒数| | ||
|handleDatetime|function|点击响应| | ||
@@ -135,5 +135,6 @@ | ||
``` | ||
'': 不设置 | ||
week:选择当前时间点的周,从周一到周日 | ||
month: 选择当前时间点的月 | ||
7:天数,数字为当前时间点加或者减时间 | ||
秒数: 间隔的秒数,数字为当前时间点加或者减秒数 | ||
``` | ||
@@ -140,0 +141,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2713965
163