# BBatchButton 对话框

# 封装优化

  • 封装 Icon 和 Button 组合的组件;
  • 设置图标类型和是否可用处理;

# 安装注册

import { BBatchButton } from '@bdp/ui-vue';
Vue.use(BBatchButton);

# 基本使用

# 代码演示

# API

差异

参数 说明 类型 默认值 版本
title 提示标题 stirng ''
type 图标类型 stirng 必填
disabled 是否可点击 boolean false