index.js 70 B

1234567
  1. Component({
  2. props: {
  3. item: {}
  4. },
  5. data: {},
  6. methods: {}
  7. });