mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
chore: update ESLint (#9124)
* chore: update ESLint * chore: update eslint ignore
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
this.setActiveNames(
|
||||
(this.activeNames[0] || this.activeNames[0] === 0) &&
|
||||
this.activeNames[0] === item.name
|
||||
? '' : item.name
|
||||
? '' : item.name
|
||||
);
|
||||
} else {
|
||||
let activeNames = this.activeNames.slice(0);
|
||||
|
||||
Reference in New Issue
Block a user