index.js 185 B

12345678
  1. import { Component, triggerEventOnly } from '../_util/simply';
  2. Component({
  3. show: true,
  4. }, {
  5. onMaskClick: function (e) {
  6. triggerEventOnly(this, 'maskTap', e);
  7. },
  8. });