froamer

Results 1 comments of froamer

I did this... ... tabChanged(oldIndex, newIndex) { switch (newIndex) { case 0: this.$refs.name.focus() break; case 1: this.$refs.address1.focus() break; case 2: this.$refs.interests.focus() break; } }