🎨 修复一个 Bug
This commit is contained in:
parent
ae62b113bf
commit
f8d3d5f61a
@ -108,7 +108,10 @@ onMounted(() => {
|
|||||||
</UButton>
|
</UButton>
|
||||||
</UForm>
|
</UForm>
|
||||||
</div>
|
</div>
|
||||||
<CommonBulletin :text="`➡️ ${t('index.tips') }`" />
|
<CommonBulletin
|
||||||
|
v-if="!styleStore.isPage && clientMounted"
|
||||||
|
:text="`➡️ ${t('index.tips') }`"
|
||||||
|
/>
|
||||||
|
|
||||||
<TabList @action="handleAction" />
|
<TabList @action="handleAction" />
|
||||||
<slot />
|
<slot />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user