Update index.js
This commit is contained in:
@@ -3,6 +3,10 @@ new Vue({
|
||||
mixins: [windowMixin],
|
||||
data: function () {
|
||||
return {
|
||||
disclaimerDialog: {
|
||||
show: false,
|
||||
data: {}
|
||||
},
|
||||
walletName: ''
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user