🎨 修复一个 Bug

This commit is contained in:
7836246 2024-03-02 20:01:34 +08:00
parent ae62b113bf
commit f8d3d5f61a

View File

@ -108,7 +108,10 @@ onMounted(() => {
</UButton>
</UForm>
</div>
<CommonBulletin :text="`➡️ ${t('index.tips') }`" />
<CommonBulletin
v-if="!styleStore.isPage && clientMounted"
:text="`➡️ ${t('index.tips') }`"
/>
<TabList @action="handleAction" />
<slot />