Skip to content

Commit 41946d3

Browse files
committed
docs: add more context of example
resolve #1301
1 parent 5aefaa2 commit 41946d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Also, all examples will be using the full version of Vue to make on-the-fly temp
88

99
Creating a global application with Vue + Vue I18n is dead simple. With Vue.js, we are already composing our application with components. When adding Vue I18n to the mix, all we need to ready resource messages and simply use the localization API and they offered with Vue I18n.
1010

11-
Here’s a basic example:
11+
Here’s a basic example via script tag:
1212

1313
## HTML
1414

0 commit comments

Comments
 (0)