mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 19:02:00 +08:00
fix: lint
This commit is contained in:
@@ -66,7 +66,7 @@ function toggleTheme(event: MouseEvent) {
|
||||
];
|
||||
const animate = document.documentElement.animate(
|
||||
{
|
||||
clipPath: isDark.value ? [...clipPath].reverse() : clipPath,
|
||||
clipPath: isDark.value ? [...clipPath].toReversed() : clipPath,
|
||||
},
|
||||
{
|
||||
duration: 450,
|
||||
|
||||
Reference in New Issue
Block a user