Skip to content
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
4 changes: 1 addition & 3 deletions src/api/global-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ createApp({
})
```

For advanced usage, `defineAsyncComponent` can accept an object:

The `defineAsyncComponent` method can also return an object of the following format:
For advanced usage, `defineAsyncComponent` can accept an object of the following format:

```js
import { defineAsyncComponent } from 'vue'
Expand Down