MT
Sorry for the late answer, but I don't think that Vue has specific function dedicated to element focus management. However you can manage focus by using the standard DOM events like element.focus() and element.blur() . So you can certainly write your own logic on how to move focus from one element to another by just using some methods.