add missing break line

This commit is contained in:
Lavrentiy Rubtsov 2022-05-01 19:02:44 +06:00 committed by GitHub
parent 291b5c05b9
commit a1cd7b776f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,7 @@ For example, the second `<span>` here is ignored (as it's not a top-level child
If there are multiple elements in light DOM with the same slot name, they are appended into the slot, one after another. If there are multiple elements in light DOM with the same slot name, they are appended into the slot, one after another.
For example, this: For example, this:
```html ```html
<user-card> <user-card>
<span slot="username">John</span> <span slot="username">John</span>