city-casereport/components/coolui-scroller/empty/index.js
2023-12-06 14:22:42 +08:00

19 lines
305 B
JavaScript

Component({
relations: {
'../scroller/index': {
type: 'parent',
linked() {}
}
},
externalClasses: ['img-class', 'text-class'],
properties: {
emptyImg: {
type: String,
value: ''
},
emptyText: {
type: String,
value: '暂无内容'
}
}
})