var aboutComponent = { template: '#about-template', mounted: function() { }, destroyed: function() { }, data: function() { return { item: {} }; }, methods: { } };