Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/api/global-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const AsyncComp = defineAsyncComponent({

如果在当前应用实例中可用,则允许按名称解析 `component`。

返回一个 `Component`。如果没有找到,则返回 `undefined`。
返回一个 `Component`。如果没有找到,则返回接收的参数 `name`。

```js
const app = Vue.createApp({})
Expand Down