UNPKG

antd-mini

Version:

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

13 lines (12 loc) 390 B
import { Component, triggerEvent } from '../_util/simply'; import { GridFunctionalProps } from './props'; Component(GridFunctionalProps, { onTap: function (e) { var item = e.target.dataset.item; triggerEvent(this, 'tap', item); }, onFirstAppear: function (e) { var item = e.target.dataset.item; triggerEvent(this, 'firstAppear', item); } });