x-datetimepicker-vue
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,5 @@ | ||
## v1.1.1 | ||
#### fix bug | ||
* props utc 的直接赋值 | ||
## v1.1.0 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "x-datetimepicker-vue", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -11,3 +11,3 @@ # x-datetimepicker-vue | ||
*** | ||
* v1.1.0 | ||
* v1.1.1 | ||
@@ -52,3 +52,3 @@ ### 基于 | ||
:is-hide-year-month-arrow="isHideYearMonthArrow" | ||
:utc="utc" | ||
:current-utc="currentUtc" | ||
@handleDatetime="handleDatetime" | ||
@@ -87,3 +87,3 @@ > | ||
|isHideYearMonthArrow|boolean|是否不受limit限制显示年月筛选箭头| | ||
|utc|string/number|当前utc -16~16| | ||
|currentUtc|string/number|当前utc -16~16| | ||
|handleDatetime|function|点击响应| | ||
@@ -133,4 +133,4 @@ | ||
{ | ||
begin: ''(不限制) / 数字(天数,当前时间点加或者减天数,负数为之前时间) / 2020-01-01 20:10:10(具体时间), | ||
end: ''(不限制) / 数字(天数,当前时间点加或者减天数,负数为之前时间) / 2020-01-01 20:10:10(具体时间). | ||
begin: ''(不限制) / 'now'(当前时间) / 数字(天数,当前时间点加或者减天数,负数为之前时间) / 2020-01-01 20:10:10(具体时间), | ||
end: ''(不限制) / 'now'(当前时间) / 数字(天数,当前时间点加或者减天数,负数为之前时间) / 2020-01-01 20:10:10(具体时间). | ||
} | ||
@@ -153,3 +153,3 @@ ``` | ||
### utc 说明 | ||
### currentUtc 说明 | ||
``` | ||
@@ -156,0 +156,0 @@ 时区只对需转化为时间点的参数起作用,例如:limit 的空,数字等,如传入是合法的时间格式,则默认为当前时区的。 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2728126
26