EP-WachatApp/eaterplanet_ecommerce/components/load-more/index.js

17 lines
243 B
JavaScript
Raw Normal View History

2023-03-24 11:24:28 +08:00
// eaterplanet_ecommerce/components/load-more/index.js
Component({
/**
* 组件的属性列表
*/
properties: {
loading: {
type: Boolean,
value: true
},
tip: {
type: String,
value: ""
}
}
})