module.exports = Behavior({ behaviors: [], methods: { handleBehaviorTap(e) { console.log('handleBehaviorTap', e) } } })