Skip to content
Snippets Groups Projects
Commit c87deaee authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Make references list client only to avoid hydration node mismatch

parent fefaa8ff
Branches
No related tags found
No related merge requests found
Pipeline #98194 passed
<template> <template>
<ClientOnly fallback-tag="span" fallback="Loading references...">
<ProseOl v-if="computedItems.length > 0"> <ProseOl v-if="computedItems.length > 0">
<ProseA <ProseA
v-for="item in computedItems" v-for="item in computedItems"
...@@ -13,6 +14,7 @@ ...@@ -13,6 +14,7 @@
</ProseLi> </ProseLi>
</ProseA> </ProseA>
</ProseOl> </ProseOl>
</ClientOnly>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment