mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
chore: suppress more hydration warnings
This commit is contained in:
parent
1c8b204e0f
commit
df51435da8
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user