Update index.js
This commit is contained in:
parent
65c17488e3
commit
ae778c19a1
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ new Vue({
|
|||
mixins: [windowMixin],
|
||||
data: function () {
|
||||
return {
|
||||
disclaimerDialog: {
|
||||
show: false,
|
||||
data: {}
|
||||
},
|
||||
walletName: ''
|
||||
};
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue