Skip to content

Commit f712052

Browse files
committed
Update index.ts
1 parent b7f4d71 commit f712052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/.vitepress/theme/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,7 @@ export default {
9797
app.component('UIVisibilityDemo', UIVisibilityDemo);
9898
app.component('ItemSizeConfigurationDemo', ItemSizeConfigurationDemo);
9999
}
100+
101+
requestAnimationFrame(() => void document.body.offsetHeight);
100102
},
101103
} satisfies Theme;

0 commit comments

Comments
 (0)