mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
chore: silence some hydration warnings
This commit is contained in:
parent
b3db52b422
commit
c401f28bde
@ -123,7 +123,7 @@ useSeo(
|
|||||||
<div>
|
<div>
|
||||||
<Container class="flex flex-col items-center gap-4">
|
<Container class="flex flex-col items-center gap-4">
|
||||||
<template v-if="index">
|
<template v-if="index">
|
||||||
<h1 ref="pageChangeScrollAnchor" class="text-3xl font-bold uppercase text-center mt-4 flex flex-col w-full">
|
<h1 ref="pageChangeScrollAnchor" class="text-3xl font-bold uppercase text-center mt-4 flex flex-col w-full" data-allow-mismatch>
|
||||||
<template v-if="ssr">
|
<template v-if="ssr">
|
||||||
Find your favorite <strong class="highlight bg-gradient-to-r from-primary-500 to-primary-400 text-transparent">Paper plugins</strong>
|
Find your favorite <strong class="highlight bg-gradient-to-r from-primary-500 to-primary-400 text-transparent">Paper plugins</strong>
|
||||||
</template>
|
</template>
|
||||||
|
@ -21,7 +21,7 @@ onErrorCaptured((err) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Popper :hover="hover" open-delay="200" close-delay="100" :show="show">
|
<Popper :hover="hover" open-delay="200" close-delay="100" :show="show" data-allow-mismatch="style">
|
||||||
<slot />
|
<slot />
|
||||||
<template #content>
|
<template #content>
|
||||||
<slot name="content" />
|
<slot name="content" />
|
||||||
|
Loading…
Reference in New Issue
Block a user