profile-studio/components/section_work.js

32 lines
216 B
JavaScript

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