vuex-crud
vuex-crud copied to clipboard
fix action destroySuccess passing to many parameters
I found an issue where the destroy action was passing 2 parameters, instead of the allowed 1 to the mutation destroySuccess. The result was the mutation never passed the response parameter to the onDestroySuccess callback.