Popup 组件

使用

<ln-popup v-model:show="showPopup">弹窗内容</ln-popup>

参数

参数描述数据类型默认值
show是否展示弹出层Booleanfalse
transitionName展示动画String默认 opacity 过渡
customStyle自定义样式Object--
customClass自定义类名String--
luckScroll是否锁定Booleanfalse
teleportDom挂载的节点css选择器body
@clickPopup点击事件回调event--
@beforeEnter即将进入回调event--
@aftereEnter进入回调event--
@beforeLeave即将退出回调event--
@afterLeave退出回调event--