Commit 65ce6cedcbbeefd0b989d69a61ab558ad4823ca5

Authored by Sergio Crisostomo
1 parent 755693b5

keep `this.$refs.drop.update();` because of transfer

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/date-picker/picker.vue
@@ -373,6 +373,7 @@ @@ -373,6 +373,7 @@
373 const input = this.$el.querySelector('input'); 373 const input = this.$el.querySelector('input');
374 if (input) input.blur(); 374 if (input) input.blur();
375 } 375 }
  376 + this.$refs.drop.update();
376 this.$emit('on-open-change', state); 377 this.$emit('on-open-change', state);
377 }, 378 },
378 value(val) { 379 value(val) {