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