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