docs: 更新日志

This commit is contained in:
就眠儀式
2022-04-20 18:15:33 +08:00
parent c614939040
commit 60533e021d
2 changed files with 5 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ onMounted(() => {
// 如果已折叠,关闭组件初始渲染时的动画,然后自动开启
// @ts-ignore
show.value =
// @ts-ignore
scrollRefEl.value!.firstElementChild!.style.marginRight !== "0px";
enableAnimation = show.value;
});