Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(resourceModule): let state return a function
This addresses the `'state' should be a method that returns an object` warning I encountered on a nuxt project. The Vuex documentation over at https://vuex.vuejs.org/guide/modules.html#module-local-state does also use a method for the `state` when building the local state of the example module.
- Loading branch information