index.js 97 B

12345678
  1. Component({
  2. properties: {
  3. show: {
  4. type: Boolean,
  5. value: false,
  6. },
  7. },
  8. });