chore: prettier source code
This commit is contained in:
@@ -77,7 +77,7 @@ export default createComponent({
|
||||
},
|
||||
|
||||
onClickOutside() {
|
||||
this.children.forEach(item => {
|
||||
this.children.forEach((item) => {
|
||||
item.toggle(false);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user