Skip to content

Commit c34c93e

Browse files
author
Abderrahman Daif
committed
Change require("./App.vue"); to require("./app.vue");
Trigger 'input' Event
1 parent 15be384 commit c34c93e

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
@@ -262,7 +262,7 @@
262262
}
263263
264264
// trigger 'input' Event
265-
this.input.dispatchEvent(new Event('input', { bubbles: true }));
265+
this.input.dispatchEvent(new Event('input', { bubbles: true }));
266266
267267
},
268268

0 commit comments

Comments
 (0)