Skip to content

Commit 5f9d762

Browse files
committed
expose keycodes on v-on
1 parent 5a51b4a commit 5f9d762

File tree

1 file changed

+2
-1
lines changed
  • src/directives/public

1 file changed

+2
-1
lines changed

src/directives/public/on.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ function selfFilter (handler) {
6060

6161
export default {
6262

63-
acceptStatement: true,
6463
priority: ON,
64+
acceptStatement: true,
65+
keyCodes,
6566

6667
bind () {
6768
// deal with iframes

0 commit comments

Comments
 (0)