8000 Merge pull request #606 from CoolGoose/patch-1 · rubythonode/vuejs.org@2828ae7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2828ae7

Browse files
authored
Merge pull request vuejs#606 from CoolGoose/patch-1
Change the alias according to the 2.1 release
2 parents 612b93d + c416f22 commit 2828ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ By default, the NPM package exports the **runtime-only** build. To use the stand
5959
``` js
6060
resolve: {
6161
alias: {
62-
'vue$': 'vue/dist/vue.js'
62+
'vue$': 'vue/dist/vue.common.js'
6363
}
6464
}
6565
```

0 commit comments

Comments
 (0)
0