Skip to content

New way to add toplevel stores, and api merged with global

Pre-release
Pre-release
Compare
Choose a tag to compare
@presidenten presidenten released this 25 Apr 22:36
· 85 commits to master since this release

Updates and breaking changes

  • Better way to {addstore} and use mixins and local api. addStore('name-store') now returns {mixin, api} instead of a mixin.

  • Merged {api} into {global}, so no more import {api} from 'vuex+';. Use import {global} from 'vuex+'; ` instead.

The demo and tutorial will be updated shortly. Check out the new features here: https://github.com/presidenten/vuex-plus-demo