mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-24 19:30:37 +03:00
fix: prevent popup internal events from affecting the outside
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
<div class="mx-datepicker-popup"
|
<div class="mx-datepicker-popup"
|
||||||
:style="innerPopupStyle"
|
:style="innerPopupStyle"
|
||||||
v-show="popupVisible"
|
v-show="popupVisible"
|
||||||
|
@click.stop.prevent
|
||||||
ref="calendar">
|
ref="calendar">
|
||||||
<slot name="header">
|
<slot name="header">
|
||||||
<div class="mx-shortcuts-wrapper"
|
<div class="mx-shortcuts-wrapper"
|
||||||
|
|||||||
Reference in New Issue
Block a user