9 lines
98 B
JavaScript
Raw Normal View History

2019-12-13 11:43:02 +08:00
Component({
properties: {
2019-12-18 18:10:15 +08:00
list:Array
2019-12-13 11:43:02 +08:00
},
data: {
},
methods: {
}
})