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);
|
||||
});
|
||||
},
|
||||
|
||||
@@ -213,7 +213,7 @@ test('change event', async () => {
|
||||
expect(onChange).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
|
||||
test('toggle method', async done => {
|
||||
test('toggle method', async (done) => {
|
||||
const wrapper = mount({
|
||||
template: `
|
||||
<van-dropdown-menu>
|
||||
|
||||
Reference in New Issue
Block a user