1
0

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
+1 -1
View File
@@ -80,7 +80,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div v-if="page.createdAt != page.updatedAt"><i class="ti ti-clock-edit"></i> {{ i18n.ts.updatedAt }}: <MkTime :time="page.updatedAt" mode="detail"/></div>
</div>
</div>
<MkAd :prefer="['horizontal', 'horizontal-big']"/>
<MkAd :preferForms="['horizontal', 'horizontal-big']"/>
<MkContainer :max-height="300" :foldable="true" class="other">
<template #icon><i class="ti ti-clock"></i></template>
<template #header>{{ i18n.ts.recentPosts }}</template>