You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
389 B
24 lines
389 B
Component({
|
|
externalClasses: ['wr-class'],
|
|
properties: {
|
|
position: {
|
|
type: String,
|
|
value: 'static',
|
|
},
|
|
noMask: Boolean,
|
|
type: {
|
|
type: String,
|
|
value: 'circular',
|
|
},
|
|
vertical: Boolean,
|
|
size: {
|
|
type: String,
|
|
value: '50rpx',
|
|
},
|
|
backgroundColor: {
|
|
type: String,
|
|
value: 'rgba(0, 0, 0, .6)',
|
|
},
|
|
},
|
|
});
|