diff --git a/src/components/date-picker/picker.vue b/src/components/date-picker/picker.vue index 4c093e8..df3d398 100644 --- a/src/components/date-picker/picker.vue +++ b/src/components/date-picker/picker.vue @@ -373,6 +373,7 @@ const input = this.$el.querySelector('input'); if (input) input.blur(); } + this.$refs.drop.update(); this.$emit('on-open-change', state); }, value(val) { -- libgit2 0.21.4