0
For Vuetify 2 you have to use the following (I updated my codepen)
setTimeout(() => {
this.$refs.cancelTestDialog.$el.focus()
})
- [Vuejs]-Vue.js how to render dynamic component?
- [Vuejs]-Socket.io is not sending data to frontend as intended
Source:stackexchange.com