Skip to content

Commit 1000607

Browse files
authored
Update CustomLayout.vue (#265)
1 parent 0e1f494 commit 1000607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vitepress/theme/components/CustomLayout.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ provide("toggle-appearance", async () => {
5656
{
5757
duration: 300,
5858
easing: "ease-in",
59+
fill: "forwards",
5960
pseudoElement: `::view-transition-${isDark.value ? "old" : "new"}(root)`,
6061
},
6162
);

0 commit comments

Comments
 (0)