You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to change the boolean value of the isIdle, bypassing a boolean param to the mutation idleVue/IDLE_CHANGED.
The code: this.$store.commit('idleVue/IDLE_CHANGED', false)
And It does change the value of the isIdle in the store, but the timer after that doesn't work.
Do you have any idea about that?
The text was updated successfully, but these errors were encountered:
I'm trying to change the boolean value of the
isIdle
, bypassing a boolean param to the mutationidleVue/IDLE_CHANGED
.The code:
this.$store.commit('idleVue/IDLE_CHANGED', false)
And It does change the value of the
isIdle
in the store, but the timer after that doesn't work.Do you have any idea about that?
The text was updated successfully, but these errors were encountered: