Skip to content

Commit ebd3a3f

Browse files
committed
docs (#153): update keycode file naming and terminology
1 parent b6b2e3b commit ebd3a3f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/.vuepress/config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ const sidebar = {
9191
'migration/global-api',
9292
'migration/treeshaking',
9393
'migration/functional-components',
94-
'migration/async-components'
94+
'migration/async-components',
95+
'migration/keycode-modifiers'
9596
]
9697
},
9798
{

src/guide/migration/keycodes.md renamed to src/guide/migration/keycode-modifiers.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Remove keyCode support in v-on
1+
# KeyCode Modifiers
22

33
## Overview
44

55
Here is a quick summary of what has changed:
66

7-
- **DEPRECATED**: Using numbers, i.e. keyCodes, as `v-on` modifiers
8-
- **DEPRECATED**: Support for `config.keyCodes`
7+
- **BREAKING**: Using numbers, i.e. keyCodes, as `v-on` modifiers are no longer supported
8+
- **BREAKING**: `config.keyCodes` is no longer supported
99

1010
## Previous Syntax
1111

0 commit comments

Comments
 (0)