XDialog

AlertConfirm依赖于XDialog

Props

参数 类型 默认值 说明
show Boolean false 是否显示
v-model Boolean false show 双向绑定
mask-transition String vux-fade 遮罩动画
dialog-transition String vux-dialog 窗口动画

Events

事件名 参数 说明
on-show 显示时触发
on-hide 关闭时触发

Slots

名字 说明
默认slot 弹窗主体内容

Demo

<template>
  <div>
    <x-dialog v-model="show" class="dialog-demo">
      <p class="dialog-title">I'm a Dialog.</p>
    </x-dialog>
  </div>
</template>

results matching ""

    No results matching ""