Skip to content

Commit 01b3648

Browse files
38elementschrisvfritz
authored andcommitted
Fix components.md (vuejs#691)
1 parent 70e7e59 commit 01b3648

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
@@ -1011,7 +1011,7 @@ Vue.component('async-webpack-example', function (resolve) {
10111011
})
10121012
```
10131013

1014-
You can also return a `Promise` in the resolve function, so with Webpack 2 + ES2015 syntax you can do:
1014+
You can also return a `Promise` in the factory function, so with Webpack 2 + ES2015 syntax you can do:
10151015

10161016
``` js
10171017
Vue.component(

0 commit comments

Comments
 (0)