1.0.9 • Published 10 months ago
@yjweb/ui v1.0.9
/**
* 头像组件
* @description 用于展示用户头像、数字号、单字符。
* @tutorial https://ext.dcloud.net.cn/plugin?id=176
* @property {String,Number} text 头像显示文字 - 建议取首位text[0],长度小于3位
* @property {String} icon 头像显示图标icon - 列如:home、add
* @property {String} src 头像图片地址 - 仅支持相对路径、绝对路径,支持 base64 码
* @property {String,Number} size 头像显示大小 - sm,lg,md,任意Number值
* @property {String} shape 头像形状 - 圆形:circle,矩形:square
* @property {Object} make 自定义头像样式 - 颜色、背景、边距,列如:{'margin-right': '8px'}
* @event {Function} click 头像组件点击事件
* @event {Function} load 图片载入成功事件
* @event {Function} error 图片载入错误事件
* @example <cmd-avatar text='CMD'></cmd-avatar>
*/