Skip to content

Commit e14cc71

Browse files
committed
Fixed delete store module
1 parent 729e6c7 commit e14cc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vue/store/modules/foo/delete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function success(commit, deleted) {
2323
}
2424

2525
const getters = {
26-
deleteError: state => state.error,
26+
error: state => state.error,
2727
deleted: state => state.deleted,
2828
loading: state => state.loading,
2929
};

0 commit comments

Comments
 (0)