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