Skip to content

Commit 993f256

Browse files
authored
update global-api.md (#1395)
* update global-api.md * update
1 parent dfd86d3 commit 993f256

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/api/global-api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@ createApp({
193193
})
194194
```
195195

196-
For advanced usage, `defineAsyncComponent` can accept an object:
197-
198-
The `defineAsyncComponent` method can also return an object of the following format:
196+
For advanced usage, `defineAsyncComponent` can accept an object of the following format:
199197

200198
```js
201199
import { defineAsyncComponent } from 'vue'

0 commit comments

Comments
 (0)