var homeComponent = { template: '#home-template', mounted: function() { }, destroyed: function() { }, data: function() { return { }; }, methods: { } };