Component({ options: { addGlobalClass: true }, methods: { onTap() { this.triggerEvent('tap'); } } });