fix(frontend): avoid naming confliction of MkAd

This commit is contained in:
syuilo 2025-03-30 09:07:15 +09:00
parent 93fc2456b3
commit 7d842c1a95
5 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkInfo v-else>{{ i18n.ts._chat.chatNotAvailableForThisAccountOrServer }}</MkInfo>
<MkAd :prefer="['horizontal', 'horizontal-big']"/>
<MkAd :preferForms="['horizontal', 'horizontal-big']"/>
<MkInput
v-model="searchQuery"