dingtalk-design-miniapp
Version:
DingTalk Design Miniapp 提供统一钉钉风格小程序组件
24 lines (23 loc) • 444 B
JavaScript
"use strict";
Component({
mixins: [],
data: {},
props: {
style: '',
className: '',
type: 'avatar',
// 'avatar','text','card'
avatarType: "round",
// 'circle','round','square'
width: 0,
height: 0,
textWidth: 0,
animate: true,
// 已废弃
animated: true
},
didMount: function didMount() {},
didUpdate: function didUpdate() {},
didUnmount: function didUnmount() {},
methods: {}
});