Vuexでのaction, mutationの引数指定での注意点 - Qiita

Vuexで削除(destroy)のActionを定義し、こんな感じで実行した場合// 正しくない呼び出し方this.$store.dispatch('destroy', id, index)a…