diff --git a/src/date-picker.js b/src/date-picker.js index fa79450..4c5a800 100644 --- a/src/date-picker.js +++ b/src/date-picker.js @@ -355,7 +355,7 @@ export default { } }, openPopup(evt) { - if (this.popupVisible) return; + if (this.popupVisible || this.disabled) return; this.defaultOpen = true; this.$emit('open', evt); this.$emit('update:open', true);