fix(frontend): lint fixe for tweak control panel (#14610)

This commit is contained in:
かっこかり 2024-09-22 19:13:30 +09:00 committed by GitHub
parent 1d5a3023f4
commit e87cbd2a36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSpacer :marginMin="14" :marginMax="22">
<slot></slot>
</MkSpacer>
<div :class="$style.footer" v-if="withFooter">
<div v-if="withFooter" :class="$style.footer">
<slot name="footer"></slot>
</div>
</div>