# BIconButton 对话框

# 封装优化

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

# 安装注册

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

# 基本使用

# 代码演示

默认IconButton图标

图标点击事件
编辑 不可编辑

# API

差异

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