Skip to content

Commit

Permalink
fix: use the default slot for content
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and mlopezFC committed Jan 6, 2022
1 parent 4864603 commit 23f7760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class FusionLayout extends LitElement {
<div slot="menu" tabindex="0" aria-selected="false">
${this.menuItems.map(item => this.generateFcMenuItem(item))}
</div>
<div class="fusion-content-container" slot="content">
<div class="fusion-content-container">
<slot></slot>
</div>
</fc-applayout>
Expand Down

0 comments on commit 23f7760

Please sign in to comment.