From fee3ddddb36b1a3925ec943d363303cf07e32f51 Mon Sep 17 00:00:00 2001 From: Philip Manijak Date: Fri, 8 Sep 2017 14:34:55 -0700 Subject: [PATCH] docs(getting-started): Remove horizontal scrolling The JavaScript text in the getting-started example was too wide and caused overflow / horizontal scrolling in the 'pre' element. --- docs/en/essentials/getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/essentials/getting-started.md b/docs/en/essentials/getting-started.md index 82e341750..6d005cb13 100644 --- a/docs/en/essentials/getting-started.md +++ b/docs/en/essentials/getting-started.md @@ -30,7 +30,8 @@ Creating a Single-page Application with Vue.js + vue-router is dead simple. With ### JavaScript ``` js -// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter and then call `Vue.use(VueRouter)`. +// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter +// and then call `Vue.use(VueRouter)`. // 1. Define route components. // These can be imported from other files