mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-06 01:09:32 -05:00
fix(frontend): チャンネルのフッターが表示されない問題を修正
This commit is contained in:
parent
fee6f9fcc2
commit
96a7c4a568
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue