mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
style(components): don't self close slot tags
This commit is contained in:
@ -66,12 +66,12 @@ export class ItemOption {
|
||||
onClick={this.clickedOptionButton.bind(this)}
|
||||
>
|
||||
<span class="item-option-button-inner">
|
||||
<slot name="start" />
|
||||
<slot name="start"></slot>
|
||||
<slot name="top" />
|
||||
<slot name="icon-only" />
|
||||
<slot></slot>
|
||||
<slot name="bottom" />
|
||||
<slot name="end" />
|
||||
<slot name="end"></slot>
|
||||
</span>
|
||||
</TagType>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user