chore: silence some hydration warnings

This commit is contained in:
MiniDigger | Martin 2024-10-12 10:00:34 +02:00
parent b3db52b422
commit c401f28bde
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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" />