2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-11 13:32:27 +03:00

fix: prevent popup internal events from affecting the outside

This commit is contained in:
mxie
2018-10-17 09:54:17 +08:00
parent 8dd37576c3
commit de177d874f
+1
View File
@@ -46,6 +46,7 @@
<div class="mx-datepicker-popup"
:style="innerPopupStyle"
v-show="popupVisible"
@click.stop.prevent
ref="calendar">
<slot name="header">
<div class="mx-shortcuts-wrapper"