diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index e96796b97..b4c475916 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -8,7 +8,7 @@
-
@@ -22,7 +22,7 @@
@@ -312,7 +312,7 @@ export default { this.updateCurrentMetaData(); }, mounted() { - if (this.inline) { + if (this.inline && !this.$attrs.disabled) { this.initFocusableCell(); } },