Skip to content

Commit 1aff049

Browse files
authored
Merge pull request vuejs#112 from Alex-Sokolov/master
- components.md исправлен синтаксис Webpack 2
2 parents 2567dd0 + f1f553a commit 1aff049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ Vue.component('async-webpack-example', function (resolve) {
10181018
``` js
10191019
Vue.component(
10201020
'async-webpack-example',
1021-
() => System.import('./my-async-component')
1021+
() => import('./my-async-component')
10221022
)
10231023
```
10241024

0 commit comments

Comments
 (0)