8000 [Doc EN]: `event.md` add space to new part by MachinisteWeb · Pull Request #1363 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content
8000

[Doc EN]: event.md add space to new part #1363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 5, 2018
Next Next commit
New in with + symbol
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
  • Loading branch information
MachinisteWeb committed Oct 14, 2017
commit f6247273bd8c2ec54f76ee91291e4c1dc0b9b75d
4 changes: 2 additions & 2 deletions src/v2/guide/events.md
923F
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ In the above example, the handler will only be called if `$event.key === 'PageDo

## System Modifier Keys

> New in 2.1.0
> New in 2.1.0+

You can use the following modifiers to trigger mouse or keyboard event listeners only when the corresponding modifier key is pressed:

Expand All @@ -284,7 +284,7 @@ For example:

### `.exact` Modifier

> New in 2.5.0
> New in 2.5.0+

The `.exact` modifier should be used in combination with other system modifiers to indicate that the exact combination of modifiers must be pressed for the handler to fire.

Expand Down
0