fix: address some hydration issues
This commit is contained in:
parent
72855d7725
commit
3e3a241474
4 changed files with 8 additions and 8 deletions
|
@ -15,7 +15,7 @@ useHeadFixed({
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<CommonAlert v-if="!hideNewsTips" @close="hideNewsTips = true">
|
||||
<CommonAlert v-if="isHydrated.value && !hideNewsTips" @close="hideNewsTips = true">
|
||||
<p>{{ $t('tooltip.explore_links_intro') }}</p>
|
||||
</CommonAlert>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue