Component({ data: { fabButton: { icon: 'call', openType: 'getPhoneNumber', }, }, methods: { handleClick(e) { console.log(e); }, }, });