Vue component library
npm install sbd-plugin-group> Vue component library
`` bash`
npm install sbd-plugin-group --save-dev
`html`
| 参数 | 说明 | 格式 | 必填 | 默认 |
| ------------- | ------------- | ------------- | ------------- | ------------- |
| defImg | 上传图片自定义icon | String | No | 空 |
| maxSize | 最大限制 | String | No | 2 (M) |
##### $.emit
| 名称 | 说明 | 格式 |
| ------------- | ------------- | ------------- |
| sendWarning | 1:超过最大M,2:格式有误 | String |
| sendImgFile | 图片base64 | String |
`html``
| 参数 | 说明 | 格式 | 必填 | 默认 |
| ------------- | ------------- | ------------- | ------------- | ------------- |
| shape | 指定头像的形状,可选值为 circle、square | String | No | circle |
| url | 图片类头像的资源地址 | String | No | 空 |
| width | 图片类头像的显示宽度(px) | String | No | 64 |
| height | 图片类头像的显示宽度(px) | String | No | 64 |
| isAuto | 图片类头像是否拉伸高度 | Boolean | No | false |
For detailed explanation on how things work, consult the docs for vue-loader.