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> </script>
<template> <template>
<Popper v-bind="$attrs"> <Popper v-bind="$attrs" data-allow-mismatch="style">
<slot /> <slot />
<template #content="{ close }"> <template #content="{ close }">
<slot name="content" :close="close" /> <slot name="content" :close="close" />