[Vuejs]-Vue/Buefy – Hide dropdown on router-link click / SPA

0👍

Whatever the drop-down is watching for state isn’t changing, because in a SPA it’s just javascript. I don’t know about the specifics regarding Buefy, but you’ll have to set the state variable on router load, or watch some kind of variable to tell the menu that something in another part of your app is different.

Leave a comment