profile-studio/components/home.js

32 lines
193 B
JavaScript

var homeComponent = {
template: '#home-template',
mounted: function()
{
},
destroyed: function()
{
},
data: function()
{
return {
};
},
methods: {
}
};