UNPKG

antd-mini

Version:

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

10 lines (9 loc) 287 B
// @ts-nocheck import { Component, triggerEvent } from '../_util/simply'; import { ActionsProps } from './props'; Component(ActionsProps, { handleTapAction: function (e) { var action = e.currentTarget.dataset.action; triggerEvent(this, 'itemTap', action); }, });