mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
style(components): don't self close slot tags
This commit is contained in:
@ -44,12 +44,12 @@ export class ItemDivider {
|
||||
|
||||
render() {
|
||||
return [
|
||||
<slot name="start" />,
|
||||
<slot name="start"></slot>,
|
||||
<div class="item-divider-inner">
|
||||
<div class="item-divider-wrapper">
|
||||
<slot></slot>
|
||||
</div>
|
||||
<slot name="end" />
|
||||
<slot name="end"></slot>
|
||||
</div>
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user