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
Styling revamp and responsiveness improvements. (thanks to the contribution by @crswll)
Vuex Tab
When clicking on a mutation, it no longer time-travels by default so you can inspect each mutation without affecting the state of your app. An extra "time travel" button is added to each mutation.
Mutation logging can now be paused (it's also persisted via localStorage).
New: Events Tab
Logs custom events emitted by components. (thanks to the contribution by @markussorg)