add missing break line
This commit is contained in:
parent
291b5c05b9
commit
a1cd7b776f
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
For example, this:
|
||||
|
||||
```html
|
||||
<user-card>
|
||||
<span slot="username">John</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue