Component({ methods: { handleAction(event: WechatMiniprogram.TouchEvent) { const action = event.currentTarget.dataset.action as string; this.triggerEvent('action', { action }); }, }, });