profile-studio/components/section_education.js

32 lines
226 B
JavaScript

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