import { VantComponent } from '../common/component';
VantComponent({
props: {
size: {
type: String,
value: '30px'
},
type: {
value: 'circular'
color: {
value: '#c9c9c9'
}
});