sascha245/vuex-simple

Vue developer tools: commit revert

Closed this issue · 1 comments

  • I'm submitting a ...
    [X ] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary

When using the Vue developer tools and trying to revert a committed mutation, the module's state is unbound from the store and a new separate state instance is bound to the store.
The module isn't synced with the store after that.

Fixed in pull request #3