7 lines
90 B
JavaScript
Raw Normal View History

2025-04-05 23:47:00 +08:00
Component({
properties: {
list: Array
},
data: {},
methods: {}
});