[Vuejs]-Vue / vuetify focus input after modal is dismissed

0👍

In the dialog element, I’d probably call a method instead of directly changing dialog to false. Then in that method, I’d add focus to the textarea with some plain old javascript.

Leave a comment