Skip to content

Commit 597a547

Browse files
committed
update vue alias instructions
1 parent f102654 commit 597a547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/installation.md

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

0 commit comments

Comments
 (0)