Update index.js

This commit is contained in:
Arc
2020-04-20 15:27:02 +01:00
committed by GitHub
parent 65c17488e3
commit ae778c19a1

View File

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