table.js 119 B

1234567891011
  1. Component({
  2. options: {
  3. styleIsolation: 'shared'
  4. },
  5. properties: {
  6. data: {
  7. type: Object,
  8. value: {}
  9. }
  10. }
  11. })