mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
docs(app): add missing cache-key on mdc
This commit is contained in:
@@ -189,7 +189,7 @@ useIntersectionObserver(contributorsRef, ([entry]) => {
|
|||||||
:links="page.design_system.links"
|
:links="page.design_system.links"
|
||||||
orientation="horizontal"
|
orientation="horizontal"
|
||||||
>
|
>
|
||||||
<MDC :value="page.design_system.code" />
|
<MDC :value="page.design_system.code" cache-key="index-design-system-code" />
|
||||||
</UPageSection>
|
</UPageSection>
|
||||||
|
|
||||||
<USeparator />
|
<USeparator />
|
||||||
@@ -201,10 +201,10 @@ useIntersectionObserver(contributorsRef, ([entry]) => {
|
|||||||
orientation="horizontal"
|
orientation="horizontal"
|
||||||
>
|
>
|
||||||
<template #description>
|
<template #description>
|
||||||
<MDC :value="page.component_customization.description" />
|
<MDC :value="page.component_customization.description" cache-key="index-component-customization-description" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<MDC :value="page.component_customization.code" />
|
<MDC :value="page.component_customization.code" cache-key="index-component-customization-code" />
|
||||||
</UPageSection>
|
</UPageSection>
|
||||||
|
|
||||||
<USeparator />
|
<USeparator />
|
||||||
|
|||||||
Reference in New Issue
Block a user