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 37a4088 commit 252bbfdCopy full SHA for 252bbfd
src/api/global-api.md
@@ -202,7 +202,7 @@ import { defineAsyncComponent } from 'vue'
202
203
const AsyncComp = defineAsyncComponent({
204
// The factory function
205
- loader: () => import('./Foo.vue')
+ loader: () => import('./Foo.vue'),
206
// A component to use while the async component is loading
207
loadingComponent: LoadingComponent,
208
// A component to use if the load fails
0 commit comments