From e108dc55516e10f2c57171ae033df740f48d0e0b Mon Sep 17 00:00:00 2001 From: Bo Wang Date: Thu, 9 Mar 2017 12:01:07 -0700 Subject: [PATCH] Improve document usability Replace long lines in sample code with short lines to avoid horizontal scrollbars --- src/v2/guide/events.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/v2/guide/events.md b/src/v2/guide/events.md index ca7a70580e..f87a711f7a 100644 --- a/src/v2/guide/events.md +++ b/src/v2/guide/events.md @@ -144,7 +144,9 @@ new Vue({ Sometimes we also need to access the original DOM event in an inline statement handler. You can pass it into a method using the special `$event` variable: ``` html - + ``` ``` js