# ActLaunchDialog 拉起弹窗

# 引入

import PressActLaunchDialog from 'press-plus/press-act-launch-dialog/press-act-launch-dialog';

export default {
  components: {
    PressActLaunchDialog,
  }
}

# 代码演示

# 基础用法

<PressActLaunchDialog
  :show.sync="show"
/>
export default {
  data() {
    return {
      show: true,
    }
  }
}

# API

# Props

参数 说明 类型 默认值
show 是否显示动效 boolean false
title 即将拉起微信 String 标题
use-tip-class 是否使用 tip-comp 为前缀的类名 boolean false
hide-tip-style 是否隐藏 @TIP_STYLE_NAME 关键词编译时加的样式 boolean false

# Events

事件名 说明 回调参数
clickCloseButton 点击关闭按钮 -

# Inject

参数 说明 类型 默认值
globalHideTipStyle 是否隐藏关键词编译的样式,对应 hide-tip-style 属性 boolean false

# 自定义样式

样式内容: