You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
위의 예제에서 핸들러는 `$event.key === 'PageDown'` 일 때에만 호출됩니다.
240
240
241
-
### Key Codes
241
+
### 키 코드
242
242
243
-
<pclass="tip">The use of `keyCode` events [is deprecated](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode) and may not be supported in new browsers.</p>
243
+
<pclass="tip"><code>keyCode</code> 이벤트의 사용은 <ahref="https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode">더 이상 권장되지 않으며</a> 새로운 브라우저에서는 지원되지 않을 수도 있습니다.</p>
244
244
245
-
Using `keyCode`attributes is also permitted:
245
+
`keyCode`속성의 사용도 가능합니다:
246
246
247
247
```html
248
248
<inputv-on:keyup.13="submit">
249
249
```
250
250
251
-
Vue provides aliases for the most commonly used key codes when necessary for legacy browser support:
251
+
Vue는 과거 브라우저 지원을 위해 필요 시 가장 많이 사용되는 키 코드들의 별칭(alias)들을 제공합니다.
0 commit comments