Skip to content

Commit bcbe23f

Browse files
Jinjiangnaokie
authored andcommitted
Added the missing JS comma at the end of a line (#1155)
1 parent 1567da8 commit bcbe23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/global-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ import { defineAsyncComponent } from 'vue'
202202

203203
const AsyncComp = defineAsyncComponent({
204204
// ファクトリ関数
205-
loader: () => import('./Foo.vue')
205+
loader: () => import('./Foo.vue'),
206206
// 非同期コンポーネントが読み込み中に使うコンポーネント
207207
loadingComponent: LoadingComponent,
208208
// 読み込みが失敗したときに使うコンポーネント

0 commit comments

Comments
 (0)