profile-studio/components/import.js

32 lines
205 B
JavaScript

var importComponent = {
template: '#import-template',
mounted: function()
{
},
destroyed: function()
{
},
data: function()
{
return {
json: ""
};
},
methods: {
}
};