Skip to content

Commit 6bb4e28

Browse files
pranavjindal999chrisvfritz
authored andcommitted
Fixed expects for "is" prop for dynamic components (#1609)
`is` prop for dynamic components expects a globally registered name of component or component’s options object demonstrated in this [fiddle](https://jsfiddle.net/chrisvfritz/b2qj69o1/).
1 parent 7564a9c commit 6bb4e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ Used to denote a `<template>` element as a scoped slot, which is replaced by [`s
21792179

21802180
### is
21812181

2182-
- **Expects:** `string`
2182+
- **Expects:** `string | Object (component’s options object)`
21832183

21842184
Used for [dynamic components](../guide/components.html#Dynamic-Components) and to work around [limitations of in-DOM templates](../guide/components.html#DOM-Template-Parsing-Caveats).
21852185

0 commit comments

Comments
 (0)