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.
1 parent 2aa4491 commit 9d48e28Copy full SHA for 9d48e28
src/guide/migration/async-components.md
@@ -66,8 +66,8 @@ const asyncPageWithOptions = defineAsyncComponent({
66
loader: () => import('./NextPage.vue'),
67
delay: 200,
68
timeout: 3000,
69
- error: ErrorComponent,
70
- loading: LoadingComponent
+ errorComponent: ErrorComponent,
+ loadingComponent: LoadingComponent
71
})
72
```
73
0 commit comments