In my main page I have dropdowns that show v-show=show
by clicking on link @click = "show=!show"
and I want to set show=false
when I change route. Advise me please how to realize this thing.
In my main page I have dropdowns that show v-show=show
by clicking on link @click = "show=!show"
and I want to set show=false
when I change route. Advise me please how to realize this thing.