Fixed hydration warnings
All checks were successful
Production PR / QA Tests (pull_request) Successful in 43s
All checks were successful
Production PR / QA Tests (pull_request) Successful in 43s
This commit is contained in:
parent
935656df02
commit
5267657374
1 changed files with 18 additions and 16 deletions
|
|
@ -13,6 +13,7 @@ const breadcrumbStore = useBreadcrumbStore();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<ClientOnly>
|
||||||
<Breadcrumb>
|
<Breadcrumb>
|
||||||
<BreadcrumbList>
|
<BreadcrumbList>
|
||||||
<template v-for="i in breadcrumbStore.items.length - 1" :key="i">
|
<template v-for="i in breadcrumbStore.items.length - 1" :key="i">
|
||||||
|
|
@ -30,4 +31,5 @@ const breadcrumbStore = useBreadcrumbStore();
|
||||||
</BreadcrumbItem>
|
</BreadcrumbItem>
|
||||||
</BreadcrumbList>
|
</BreadcrumbList>
|
||||||
</Breadcrumb>
|
</Breadcrumb>
|
||||||
|
</ClientOnly>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue