We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838861f commit a6887d9Copy full SHA for a6887d9
src/packages/calendar/calendar.vue
@@ -270,6 +270,7 @@ export default {
270
if (this.isAutoBackFill && !isFirst) {
271
this.confirm();
272
}
273
+ this.$emit('choose-click', this.chooseData);
274
275
},
276
src/packages/calendar/doc.md
@@ -117,4 +117,5 @@ export default {
117
| 字段 | 说明 | 回调参数
118
|----- | ----- | -----
119
| choose | 选择之后或是点击确认按钮触发 | 日期数组(包含年月日和星期)
120
+| choose-click | 点击日期事件触发 | 日期数组(包含年月日和星期)
121
| close | 关闭时触发 | -
0 commit comments