list.js 164 B

1234567891011
  1. Component({
  2. properties: {
  3. item: {
  4. type: Object,
  5. value: ""
  6. }
  7. },
  8. options: {
  9. addGlobalClass: true
  10. },
  11. })