mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-12 04:52:29 +03:00
docs: fix issue link
This commit is contained in:
@@ -266,19 +266,19 @@ Set fixed time list to select;
|
||||
|
||||
### Events
|
||||
|
||||
| Name | Description | Callback Arguments |
|
||||
| --------------- | ------------------------------------ | -------------------------------------------- |
|
||||
| input | When the value change(v-model event) | date |
|
||||
| change | When the value change(same as input) | date, type(date, hour, minute, second, ampm) |
|
||||
| open | When panel opening | |
|
||||
| close | When panel closing | |
|
||||
| confirm | When click 'confirm' button | date |
|
||||
| clear | When click 'clear' button | |
|
||||
| input-error | When user type a invalid Date | the input text |
|
||||
| focus | When input focus | |
|
||||
| blur | When input blur | |
|
||||
| pick | when select date [#429](issues/429) | date |
|
||||
| calendar-change | when change the calendar | date, oldDate |
|
||||
| Name | Description | Callback Arguments |
|
||||
| --------------- | ---------------------------------------------------------------------------------- | -------------------------------------------- |
|
||||
| input | When the value change(v-model event) | date |
|
||||
| change | When the value change(same as input) | date, type(date, hour, minute, second, ampm) |
|
||||
| open | When panel opening | |
|
||||
| close | When panel closing | |
|
||||
| confirm | When click 'confirm' button | date |
|
||||
| clear | When click 'clear' button | |
|
||||
| input-error | When user type a invalid Date | the input text |
|
||||
| focus | When input focus | |
|
||||
| blur | When input blur | |
|
||||
| pick | when select date [#429](https://github.com/mengxiong10/vue2-datepicker/issues/429) | date |
|
||||
| calendar-change | when change the calendar | date, oldDate |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
+13
-13
@@ -263,19 +263,19 @@ data() {
|
||||
|
||||
### 事件
|
||||
|
||||
| 名称 | 描述 | 回调函数的参数 |
|
||||
| --------------- | ------------------------------- | -------------------------------------------- |
|
||||
| input | 当选择日期的事件触发 | date |
|
||||
| change | 当选择日期的事件触发 | date, type(date, hour, minute, second, ampm) |
|
||||
| open | 当弹出层打开时候 | |
|
||||
| close | 当弹出层关闭时候 | |
|
||||
| confirm | 当点击确认按钮 | date |
|
||||
| clear | 当点击清除按钮 | |
|
||||
| input-error | 当输入一个无效的时间 | 输入的值 |
|
||||
| focus | 当输入框有焦点 | |
|
||||
| blur | 当输入框失焦 | |
|
||||
| pick | 当点击日期时 [#429](issues/429) | date |
|
||||
| calendar-change | 当改变年月时 | date, oldDate |
|
||||
| 名称 | 描述 | 回调函数的参数 |
|
||||
| --------------- | ------------------------------------------------------------------------------ | -------------------------------------------- |
|
||||
| input | 当选择日期的事件触发 | date |
|
||||
| change | 当选择日期的事件触发 | date, type(date, hour, minute, second, ampm) |
|
||||
| open | 当弹出层打开时候 | |
|
||||
| close | 当弹出层关闭时候 | |
|
||||
| confirm | 当点击确认按钮 | date |
|
||||
| clear | 当点击清除按钮 | |
|
||||
| input-error | 当输入一个无效的时间 | 输入的值 |
|
||||
| focus | 当输入框有焦点 | |
|
||||
| blur | 当输入框失焦 | |
|
||||
| pick | 当点击日期时 [#429](https://github.com/mengxiong10/vue2-datepicker/issues/429) | date |
|
||||
| calendar-change | 当改变年月时 | date, oldDate |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user