This commit is contained in:
syuilo 2018-09-01 16:23:23 +09:00
parent 0e7e234f45
commit 4459fcdb5a

View file

@ -170,6 +170,8 @@ export default Vue.extend({
});
}
this.focus();
this.$nextTick(() => {
this.focus();
});