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 1567da8 commit bcbe23fCopy full SHA for bcbe23f
src/api/global-api.md
@@ -202,7 +202,7 @@ import { defineAsyncComponent } from 'vue'
202
203
const AsyncComp = defineAsyncComponent({
204
// ファクトリ関数
205
- loader: () => import('./Foo.vue')
+ loader: () => import('./Foo.vue'),
206
// 非同期コンポーネントが読み込み中に使うコンポーネント
207
loadingComponent: LoadingComponent,
208
// 読み込みが失敗したときに使うコンポーネント
0 commit comments