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