var tabComponent = { template: ` Recents phone Favorites favorite Nearby account_box {{ text }} `, data: function() { return { drawer: false }; }, methods: {} }; export { tabComponent };