This commit is contained in:
syuilo 2018-09-01 16:23:23 +09:00
parent f1d65a66b4
commit 7559b8da6c

View file

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