Skip to content

Commit 722f01a

Browse files
authored
typo: style modification (#1030)
* typo: style modification * typo: fix link * Revert "typo: style modification" This reverts commit 5b68065.
1 parent 646550c commit 722f01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/event-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ methods: {
276276
<input @keyup.enter="submit" />
277277
```
278278

279-
你可以直接使用 [`KeyboardEvent.key`](https://developer.mozilla.org/zh-CN/docs/Web/API/KeyboardEvent/key/Key_Values) 暴露的按键名称作为修饰符,但需要转为 kebab-case 形式。
279+
你可以直接使用 [`KeyboardEvent.key`](https://developer.mozilla.org/zh-CN/docs/Web/API/UI_Events/Keyboard_event_key_values) 暴露的按键名称作为修饰符,但需要转为 kebab-case 形式。
280280

281281
```vue-html
282282
<input @keyup.page-down="onPageDown" />

0 commit comments

Comments
 (0)