index.js 108 B

1234567891011
  1. Component({
  2. properties: {
  3. list: {type:Array}
  4. },
  5. data: {
  6. },
  7. methods: {
  8. }
  9. })