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

19 lines
253 B
JavaScript

Component({
options: {
multipleSlots: true,
addGlobalClass: true
},
relations: {
'../scroller/index': {
type: 'parent',
linked() {}
}
},
properties: {
pageList: {
type: Array,
value: []
}
}
})