Skip to content

How to force re-rendering of a menu ? #14013

Answered by chmike
chmike asked this question in Q&A
Discussion options

You must be logged in to vote

Problem solved. I made a stupid error. I retrieved the boolean from the vuex store with the expression this.$store.checked instead of this.$store.state.checked. Once I fixed that, the menu is properly updated when the state of the vuex variable changes. It is very impressive.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chmike
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant