Skip to content

Commit a42216d

Browse files
committed
fix lint
1 parent ec06c63 commit a42216d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keyboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
}
267267
268268
// trigger 'input' Event
269-
this.input.dispatchEvent(new Event('input', { bubbles: true }));
269+
this.input.dispatchEvent(new Event("input", { bubbles: true }));
270270
271271
},
272272

0 commit comments

Comments
 (0)