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