v1.1.1
Release v1.1
The focus of this release was to improve the Nuxt.js module usability.
Also it add supports to alias module state by passing an object where the keys are the aliases:
computed: {
...mapState({ alias: 'my/module/test' })
}Features
- use nuxt vuex module for stator initialization (b72b62e)
- nuxt: add disableVuex option (a307f8d)
- support map aliases (d066f6e)