1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-06 01:09:32 -05:00

fix(frontend): チャンネルのフッターが表示されない問題を修正

This commit is contained in:
syuilo 2025-03-21 21:04:38 +09:00
parent fee6f9fcc2
commit 96a7c4a568

View file

@ -7,6 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkStickyContainer class="_pageScrollable">
<template #header><MkPageHeader v-model:tab="tab" :actions="actions" :tabs="tabs"/></template>
<slot></slot>
<template #footer><slot name="footer"></slot></template>
</MkStickyContainer>
</template>