UNPKG

kui-vue

Version:

A lightweight desktop UI component library suitable for Vue.js 2.

12 lines (10 loc) 1.08 kB
## API | 属性 | 说明 | 类型 | 默认值 | | ----------- | ------------------------------------------------------------------- | ------------ | ------- | | type | 按钮类型,可选值为 `success`、`info`、`warning`、`error` 或者不设置 | String | warning | | message | 警告提示内容 | String,Slot | - | | description | 警告提示的辅助性文字介绍 | String | - | | showIcon | 是否显示图标 | Boolean | false | | closable | 是否显示关闭按钮 | Boolean | false | | close | 关闭时触发的回调函数 | Function | - | | icon | 自定义的图标 | Array | - |