We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 612b93d + c416f22 commit 2828ae7Copy full SHA for 2828ae7
src/v2/guide/installation.md
@@ -59,7 +59,7 @@ By default, the NPM package exports the **runtime-only** build. To use the stand
59
``` js
60
resolve: {
61
alias: {
62
- 'vue$': 'vue/dist/vue.js'
+ 'vue$': 'vue/dist/vue.common.js'
63
}
64
65
```
0 commit comments