chore: suppress more hydration warnings

This commit is contained in:
MiniDigger | Martin 2024-11-16 09:52:48 +01:00
parent 1c8b204e0f
commit df51435da8

View File

@ -10,7 +10,7 @@ onErrorCaptured((err) => {
</script>
<template>
<Popper v-bind="$attrs">
<Popper v-bind="$attrs" data-allow-mismatch="style">
<slot />
<template #content="{ close }">
<slot name="content" :close="close" />