vuex-crud
vuex-crud copied to clipboard
Make callbacks actions
Make onCreateStart, onCreateSuccess, onCreateError .. etc callbacks actions rather than mutations which gives the user greater flexibility. For example, they could dispatch other actions in their store.
This is a really flexible approach. Nice one @connor-bishop