📝: 更新文档

This commit is contained in:
就眠儀式
2022-07-07 12:31:50 +08:00
parent b4e67b46c6
commit 7ad08fde58
7 changed files with 79 additions and 15 deletions

View File

@@ -51,7 +51,10 @@ onMounted(() => {
setTimeout(() => {
//此处延迟加载class以免影响弹出效果
// @ts-ignore
addClass(notifyRef.value.parentElement?.parentElement,"layui-layer-notify");
addClass(
notifyRef.value.parentElement?.parentElement,
"layui-layer-notify"
);
}, 300);
}
});