chore: ignore some hydration warnings

This commit is contained in:
MiniDigger | Martin 2024-11-10 19:55:23 +01:00
parent bbe3335935
commit aa68d62f95

View File

@ -26,7 +26,7 @@ onErrorCaptured((err) => {
</script>
<template>
<Popper v-bind="$attrs" :show="hasError" arrow placement="bottom" class="text-center reset-popper">
<Popper v-bind="$attrs" :show="hasError" arrow placement="bottom" class="text-center reset-popper" data-allow-mismatch="style">
<slot />
<template #content>
{{ formattedError || "error" }}