This commit is contained in:
@ -184,7 +184,7 @@ const app = new Vue({
|
||||
})
|
||||
},
|
||||
import_data:function(){
|
||||
this.journey_data = JSON.parse(window.atob(this.impexp));
|
||||
this.journey_data = Object.assign({}, JSON.parse(window.atob(this.impexp)));
|
||||
},
|
||||
export_data:function(){
|
||||
this.impexp = window.btoa(JSON.stringify(this.journey_data));
|
||||
|
Reference in New Issue
Block a user