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.
resolveComponent
1 parent 4b0baab commit 174a439Copy full SHA for 174a439
src/api/global-api.md
@@ -242,7 +242,7 @@ const AsyncComp = defineAsyncComponent({
242
243
Allows resolving a `component` by its name, if it is available in the current application instance.
244
245
-Returns a `Component` or `undefined` when not found.
+Returns a `Component` or the argument `name` when not found.
246
247
```js
248
const app = createApp({})
0 commit comments