Skip to content

Commit

Permalink
少推了一个东西
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Cake-jpg authored Feb 3, 2024
1 parent 5c46250 commit 49eea78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ provide("toggle-appearance", async ({ clientX: x, clientY: y }: MouseEvent) => {
)}px at ${x}px ${y}px)`,
]
// @ts-expect-error TS2339
await document.startViewTransition(async () => {
isDark.value = !isDark.value
await nextTick()
Expand Down

0 comments on commit 49eea78

Please sign in to comment.