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.
1 parent 2b97526 commit b08c648Copy full SHA for b08c648
src/guide/essentials/component-basics.md
@@ -531,7 +531,7 @@ The above is made possible by Vue's `<component>` element with the special `is`
531
532
In the example above, the value passed to `:is` can contain either:
533
534
-- the name of a registered component, or
+- the name string of a registered component, OR
535
- the actual imported component object
536
537
You can also use the `is` attribute to create regular HTML elements.
0 commit comments