This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user