chore: prettier source code

This commit is contained in:
chenjiahan
2020-04-02 15:36:02 +08:00
parent 340c56b3b5
commit 2fb5cca49a
93 changed files with 272 additions and 283 deletions

View File

@@ -21,7 +21,7 @@ export default createComponent({
if (!this.accordion) {
name = expanded
? this.value.concat(name)
: this.value.filter(activeName => activeName !== name);
: this.value.filter((activeName) => activeName !== name);
}
this.$emit('change', name);
this.$emit('input', name);