2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-09 04:12:26 +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
| 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
+1
View File
@@ -93,6 +93,7 @@ export default {
### Events
| Name | 说明 | 回调参数 |
|-----------------|------------------------------|-------------|
| change | 选择的时候触发 | 选择的日期 |
| confirm | 点击确认按钮触发的事件 | 选择的日期 |
## 许可证
+1 -1
View File
File diff suppressed because one or more lines are too long