8000 Fix typo (#1546) · cfjedimaster/vuejs.org@06b6202 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06b6202

Browse files
JingYenLohsdras
authored andcommitted
Fix typo (vuejs#1546)
1 parent 98c5c65 commit 06b6202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-dynamic-async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ new Vue({
255255
The async component factory can also return an object of the following format:
256256

257257
``` js
258-
const AsyncCompontent = () => ({
258+
const AsyncComponent = () => ({
259259
// The component to load (should be a Promise)
260260
component: import('./MyComponent.vue'),
261261
// A component to use while the async component is loading

0 commit comments

Comments
 (0)
0