Merge pull request #2981 from Rnbsov/patch-34

add missing break line
This commit is contained in:
Ilya Kantor 2022-05-03 22:48:41 +04:00 committed by GitHub
commit 9fcd38f98d
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>