profile-studio/components/about.js

32 lines
203 B
JavaScript

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