Skip to content

Commit bce38f8

Browse files
MachinisteWebposva
authored andcommitted
Change standalone for full like from Official Vuejs.org (vuejs#1403)
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
1 parent 6b3316c commit bce38f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/essentials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Creating a Single-page Application with Vue.js + vue-router is dead simple. With Vue.js, we are already composing our application with components. When adding vue-router to the mix, all we need to do is map our components to the routes and let vue-router know where to render them. Here's a basic example:
66

7-
> All examples will be using the standalone version of Vue to make template parsing possible. See more details [here](http://vuejs.org/guide/installation.html#Standalone-vs-Runtime-only-Build).
7+
> All examples will be using the full version of Vue to make template parsing possible. See more details [here](https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only).
88
99
### HTML
1010

0 commit comments

Comments
 (0)