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