2018-04-30 23:50:08 +08:00

12 lines
135 B
JavaScript

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