2018-04-28 12:08:10 +08:00

11 lines
133 B
JavaScript

Component({
properties: {
type: {
type: String,
value: 'circle'
},
color: {
type: String
}
}
})