Skip to content

BottomPopup

一个移动端弹窗

源文件

BottomPopup.vue

BottomPopup.vue

示例

直接使用

不想添加额外组件的情况下直接使用

基本使用

props 参数

参数名说明类型默认值
show(v-model)是否显示boolean-
height弹窗高度string75%
closepos关闭按钮的位置left | rightleft
conformText确认按钮的文字string确定
popupPropsvant组件popup支持的所有参数Record<string, any>{}

事件

事件名说明参数
on-close弹窗关闭按钮时触发
on-confirm点击确认按钮时触发

插槽

插槽名说明参数
default内容插槽-
header头部插槽-
overlay-content遮罩层内容插槽-

Released under the MIT License.