Guide
TODO: Move to API documentation
Deprecations
DruxtStore / addResource - hash
[druxt] The
hashargument fordruxt/addResourcehas been deprecated.
Version: >= 0.6.0
Prior to 0.6.0, the DruxtStore store used a hash argument to seperate the various filtered resource results:
// Deprecated, hash is no longer required.
this.$store.commit('druxt/addResource, { resource, hash })
As of 0.6.0, the store combines all results into a composite record without the need of the hash:
this.$store.commit('druxt/addResource, { resource })