Static GitHub Issues

[152] fetch ({ store, params }) or async fetch ({ store, params }) store.commit is not a function

prev: nuxtServerInit is no work for me!
next: Error when use vuejs with vuefire, firebase: The client-side rendered virtual DOM tree is not matching server-rendered content
//print log
Store {
  _getterCacheId: 'vuex_store_5',
  _dispatching: false,
  _mutations: {},
  _rootMutations: {},
  _modules: {},
  _subscribers: [],
  dispatch: [Function],
  _vm:
   Vue$2 {
     _uid: 145,
     _isVue: true,
     '$options':
      { components: {},
        directives: {},
        filters: {},
        _base: [Object],
        beforeCreate: [Object],
        created: [Object],
        beforeMount: [Object],
        data: [Function: mergedInstanceDataFn] },
     _renderProxy:
      Vue$2 {
        _uid: 145,
        _isVue: true,
        '$options': [Object],
        _renderProxy: [Circular],
        _self: [Circular],
        '$parent': undefined,
        '$root': [Circular],
        '$children': [],
        '$refs': {},
        _watcher: null,
        _inactive: false,
        _isMounted: false,
        _isDestroyed: false,
        _isBeingDestroyed: false,
        _events: {},
        _hasHookEvent: false,
        '$vnode': null,
        _vnode: null,
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c129">#c129</a>)</em></sub></div>