We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646550c commit 722f01aCopy full SHA for 722f01a
src/guide/essentials/event-handling.md
@@ -276,7 +276,7 @@ methods: {
276
<input @keyup.enter="submit" />
277
```
278
279
-你可以直接使用 [`KeyboardEvent.key`](https://developer.mozilla.org/zh-CN/docs/Web/API/KeyboardEvent/key/Key_Values) 暴露的按键名称作为修饰符,但需要转为 kebab-case 形式。
+你可以直接使用 [`KeyboardEvent.key`](https://developer.mozilla.org/zh-CN/docs/Web/API/UI_Events/Keyboard_event_key_values) 暴露的按键名称作为修饰符,但需要转为 kebab-case 形式。
280
281
```vue-html
282
<input @keyup.page-down="onPageDown" />
0 commit comments