mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
chore: silence some hydration warnings
This commit is contained in:
parent
b3db52b422
commit
c401f28bde
@ -123,7 +123,7 @@ useSeo(
|
||||
<div>
|
||||
<Container class="flex flex-col items-center gap-4">
|
||||
<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">
|
||||
Find your favorite <strong class="highlight bg-gradient-to-r from-primary-500 to-primary-400 text-transparent">Paper plugins</strong>
|
||||
</template>
|
||||
|
@ -21,7 +21,7 @@ onErrorCaptured((err) => {
|
||||
</script>
|
||||
|
||||
<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 />
|
||||
<template #content>
|
||||
<slot name="content" />
|
||||
|
Loading…
Reference in New Issue
Block a user