Update index.js

This commit is contained in:
Arc 2020-04-20 15:27:02 +01:00 committed by GitHub
parent 65c17488e3
commit ae778c19a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@ new Vue({
mixins: [windowMixin],
data: function () {
return {
disclaimerDialog: {
show: false,
data: {}
},
walletName: ''
};
},