Skip to content

Commit

Permalink
feat(PageFooter): add slot in component
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Apr 7, 2022
1 parent 0774fdb commit 551df92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
{{ locale.value }}
</option>
</select>

<slot></slot>
</div>

<div class="right-side">
Expand Down

0 comments on commit 551df92

Please sign in to comment.