I have a side-nav component that is hidden by default using v-show
.
A click event in an external component sets a flag in vuex
to toggle the side-nav.
How can I set focus to the side-nav component's root div
once it's displayed?
I am trying to use this focus-on focus-off technique to hide the side-nav