全局lint优化
This commit is contained in:
@@ -6,8 +6,8 @@ const errLog = {
|
||||
this.state.errLog.unshift(log)
|
||||
},
|
||||
clearLog() {
|
||||
this.state.errLog = [];
|
||||
this.state.errLog = []
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export default errLog;
|
||||
export default errLog
|
||||
|
Reference in New Issue
Block a user