1.
:id="'input_'+scope.$index" >
2.
this.$nextTick(() => {
document.getElementById('input_'+index).focus();
},100);
1.
:id="'input_'+scope.$index" >
2.
this.$nextTick(() => {
document.getElementById('input_'+index).focus();
},100);