other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
af672a4f58639493533c9ee149eaae63db34982c
Authored by
梁灏
2019-04-08 10:39:31 +0800
1 parent
01d898dc
DatePicker add @on-clickoutside event, close #5536
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/date-picker/picker.vue
Inline
Side-by-side
src/components/date-picker/picker.vue
Wrap text
Show/Hide comments
View file @
af672a4
...
...
@@ -313,6 +313,7 @@
313
313
this.visible = false;
314
314
e && e.preventDefault();
315
315
e && e.stopPropagation();
316
+ this.$emit('on-clickoutside', e);
316
317
return;
317
318
}
318
319
...
...