Skip to content

v1.1.1

Choose a tag to compare

@pimlie pimlie released this 16 Nov 18:44
· 28 commits to master since this release

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)

Bug Fixes

  • pass Nuxt ssrContext into store (00bb63d)
  • nuxt: in module its options (569b848)
  • nuxt: use stator dir (2516fd6)