Closed davestewart closed 6 years ago
It would actually be pretty useful to have a mapActions() style helper in Pathify.
mapActions()
Syntax to be decided, but along the lines of:
methods: mapActions('products', [ 'load', 'update' ])
methods: mapActions({ 'loadProducts': 'products/load' 'updateSettings': 'settings/update' ])
methods: mapActions('products/load', 'settings/update', ...)
methods: mapActions('products/*')
Closed by b434fe06a79e08369a817c120e5c90af8ef41b0f
It would actually be pretty useful to have a
mapActions()
style helper in Pathify.Syntax to be decided, but along the lines of: