ASR/miniprogram/dist/spin/index.js
Saturneric 73fc37e472 Add.
2020-09-01 00:55:41 +08:00

24 lines
437 B
JavaScript

Component({
externalClasses: ['i-class'],
properties: {
// small || default || large
size: {
type: String,
value: 'default'
},
fix: {
type: Boolean,
value: false
},
fullscreen: {
type: Boolean,
value: false
},
custom: {
type: Boolean,
value: false
}
}
});