api documentation for vuex (v2.3.1)

state management for Vue.js

table of contents

  1. module vuex
    1. function vuex.Store (options)
    2. function vuex.install (_Vue)
    3. function vuex.mapActions (namespace, map)
    4. function vuex.mapGetters (namespace, map)
    5. function vuex.mapMutations (namespace, map)
    6. function vuex.mapState (namespace, map)
    7. object vuex.Store.prototype
    8. string vuex.version
  2. module vuex.Store
    1. function vuex.Store (options)
  3. module vuex.Store.prototype
    1. function vuex.Store.prototype._withCommit (fn)
    2. function vuex.Store.prototype.commit (_type, _payload, _options)
    3. function vuex.Store.prototype.dispatch (_type, _payload)
    4. function vuex.Store.prototype.hotUpdate (newOptions)
    5. function vuex.Store.prototype.registerModule (path, rawModule)
    6. function vuex.Store.prototype.replaceState (state)
    7. function vuex.Store.prototype.subscribe (fn)
    8. function vuex.Store.prototype.unregisterModule (path)
    9. function vuex.Store.prototype.watch (getter, cb, options)

module vuex

function vuex.Store (options)

function vuex.install (_Vue)

function vuex.mapActions (namespace, map)

function vuex.mapGetters (namespace, map)

function vuex.mapMutations (namespace, map)

function vuex.mapState (namespace, map)

module vuex.Store

function vuex.Store (options)

module vuex.Store.prototype

function vuex.Store.prototype._withCommit (fn)

function vuex.Store.prototype.commit (_type, _payload, _options)

function vuex.Store.prototype.dispatch (_type, _payload)

function vuex.Store.prototype.hotUpdate (newOptions)

function vuex.Store.prototype.registerModule (path, rawModule)

function vuex.Store.prototype.replaceState (state)

function vuex.Store.prototype.subscribe (fn)

function vuex.Store.prototype.unregisterModule (path)

function vuex.Store.prototype.watch (getter, cb, options)

[ this document was created with utility2 ]