feat : slot #footer dans la zone scrollable du MalioDrawer

This commit is contained in:
2026-05-21 16:34:45 +02:00
parent 9ee94b6f9d
commit 4f282aa706
2 changed files with 35 additions and 0 deletions

View File

@@ -62,6 +62,13 @@
data-test="body"
>
<slot />
<div
v-if="$slots.footer"
:class="footerClass"
data-test="footer"
>
<slot name="footer" />
</div>
</div>
</div>
</div>