UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

19 lines (18 loc) 342 B
// @ts-nocheck import { Component, triggerEvent } from '../_util/simply'; import { WelcomeProps } from './props'; Component(WelcomeProps, // methods { onContentTap: function (e) { if (this.props.onTap) { triggerEvent(this, 'tap', e); } }, }, // data {}, // mixins undefined, // 生命周期方法 {});