index.js 108 B

12345678
  1. Component({
  2. properties: {
  3. list: Array
  4. },
  5. options: {
  6. multipleSlots: true
  7. }
  8. })