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

15 lines
230 B
JavaScript

Component({
externalClasses: ['i-class'],
properties: {
loading: {
type: Boolean,
value: true
},
tip: {
type: String,
value: ''
}
},
});