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