@logux/vuex
Advanced tools
Changelog
0.9.3
useStore
types, add lost key
argumentChangelog
0.9.0
useSubscription
composable functionuseStore
shortcut from VuexloguxComponent
to Subscribe
loguxMixin
mixinLoguxVuex
plugin APIstore.local
, store.crossTab
and store.sync
aliasesChangelog
0.7.0
import Vue from 'vue'
import { LoguxVuex, createLogux } from '@logux/vuex'
Vue.use(LoguxVuex)
this.$logux.local
this.$logux.crossTab
this.$logux.sync
store.commit.local
, store.commit.crossTab
, store.commit.sync
still available as alias to this.$logux