Seems like impossible now, I tried some crazy stuff like:
(this.refs.vtextarea as any).textarea.focus()
((this.refs.vtextarea as Vue).$el as HTMLElement).focus()
etc...
Javascript source is hardly readable for me but it's sad to had to do it like this...
Int this some basic stuff, or am I missing something obvious ?
PS: well I see textarea element somewhere there in hierarchy... Maybe I can access by some basic dom child element access way... but this will be like writing worst code of my life.