2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-23 16:00:36 +03:00
This commit is contained in:
mxie
2018-03-21 19:57:59 +08:00
parent 7ef4890bbf
commit c954ed5d46
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -93,7 +93,8 @@ export default {
### Events ### Events
| Name | Description | Callback Arguments | | Name | Description | Callback Arguments |
|-----------------|------------------------------|------------------------| |-----------------|------------------------------|------------------------|
| confirm | When you click 'OK' button | the currentValue | | change | When user select date | the currentValue |
| confirm | When user click 'OK' button | the currentValue |
## License ## License
+1
View File
@@ -93,6 +93,7 @@ export default {
### Events ### Events
| Name | 说明 | 回调参数 | | Name | 说明 | 回调参数 |
|-----------------|------------------------------|-------------| |-----------------|------------------------------|-------------|
| change | 选择的时候触发 | 选择的日期 |
| confirm | 点击确认按钮触发的事件 | 选择的日期 | | confirm | 点击确认按钮触发的事件 | 选择的日期 |
## 许可证 ## 许可证
+1 -1
View File
File diff suppressed because one or more lines are too long