Skip to content

Commit b08c648

Browse files
committed
small tweak
1 parent 2b97526 commit b08c648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/component-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ The above is made possible by Vue's `<component>` element with the special `is`
531531

532532
In the example above, the value passed to `:is` can contain either:
533533

534-
- the name of a registered component, or
534+
- the name string of a registered component, OR
535535
- the actual imported component object
536536

537537
You can also use the `is` attribute to create regular HTML elements.

0 commit comments

Comments
 (0)