ASEMiniProgram/dist/load-more/index.js
2021-03-21 01:48:56 +08:00

15 lines
230 B
JavaScript

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