index.js 88 B

12345678
  1. Component({
  2. props: {
  3. className: '',
  4. txt: ''
  5. },
  6. data: {},
  7. methods: {}
  8. });