diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 8fbc943f5..cb707cb9b 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -2,11 +2,12 @@ + @input="onInput" @focus="onFocus" @blur="onBlur" @keydown="onKeyDown" :readonly="!manualInput" :tabindex="0" v-bind="inputProps"> -
+