mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +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"
|
||||
orientation="horizontal"
|
||||
>
|
||||
<MDC :value="page.design_system.code" />
|
||||
<MDC :value="page.design_system.code" cache-key="index-design-system-code" />
|
||||
</UPageSection>
|
||||
|
||||
<USeparator />
|
||||
@@ -201,10 +201,10 @@ useIntersectionObserver(contributorsRef, ([entry]) => {
|
||||
orientation="horizontal"
|
||||
>
|
||||
<template #description>
|
||||
<MDC :value="page.component_customization.description" />
|
||||
<MDC :value="page.component_customization.description" cache-key="index-component-customization-description" />
|
||||
</template>
|
||||
|
||||
<MDC :value="page.component_customization.code" />
|
||||
<MDC :value="page.component_customization.code" cache-key="index-component-customization-code" />
|
||||
</UPageSection>
|
||||
|
||||
<USeparator />
|
||||
|
||||
Reference in New Issue
Block a user