chore: 发布 0.4.1

This commit is contained in:
就眠儀式
2022-03-25 18:16:23 +08:00
parent 5929545578
commit 4b8226c346
7 changed files with 8 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ onBeforeUnmount(() => window.removeEventListener("resize", setPosition));
<dl
ref="subMenuRef"
class="layui-nav-child layui-anim layui-anim-upbit"
:class="[{ 'layui-show': isOpen }, position ]"
:class="[{ 'layui-show': isOpen }, position]"
>
<slot></slot>
</dl>