Skip to content

Commit bee6dde

Browse files
philwsacposva
authored andcommitted
docs(getting-started): Remove horizontal scrolling (vuejs#1726)
The JavaScript text in the getting-started example was too wide and caused overflow / horizontal scrolling in the 'pre' element.
1 parent d2aa552 commit bee6dde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/en/essentials/getting-started.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Creating a Single-page Application with Vue + Vue Router is dead simple. With Vu
3030
### JavaScript
3131

3232
``` js
33-
// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter and then call `Vue.use(VueRouter)`.
33+
// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter
34+
// and then call `Vue.use(VueRouter)`.
3435

3536
// 1. Define route components.
3637
// These can be imported from other files

0 commit comments

Comments
 (0)