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