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

View File

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