This commit is contained in:
2018-11-16 19:16:52 +00:00
parent 83a5922471
commit 9de7376499
3 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
/* xeslint-disable */
//import store from "../store";
import store from "../store";
function dealWithError(msg) {
alert(msg);
store.commit("logItem", msg);
}
export default {
handleGeneralError(message, source, lineno, colno, error) {