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>
|
||||
|
||||
<template>
|
||||
<ClientOnly>
|
||||
<Breadcrumb>
|
||||
<BreadcrumbList>
|
||||
<template v-for="i in breadcrumbStore.items.length - 1" :key="i">
|
||||
|
|
@ -30,4 +31,5 @@ const breadcrumbStore = useBreadcrumbStore();
|
|||
</BreadcrumbItem>
|
||||
</BreadcrumbList>
|
||||
</Breadcrumb>
|
||||
</ClientOnly>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue