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