docs: fix build failing
This commit is contained in:
parent
b26cb30b9b
commit
561294f72c
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ class FlagBox extends WebComponent {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
```html
|
```html
|
||||||
<flag-box></flag-box> <!-- props.flag === false -->
|
<flag-box></flag-box> <!-- props.flag === false -->
|
||||||
<flag-box flag></flag-box> <!-- props.flag === true -->
|
<flag-box flag></flag-box> <!-- props.flag === true -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue