index.js 138 B

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