fixed merge bug
This commit is contained in:
@@ -719,6 +719,7 @@ window.app = Vue.createApp({
|
|||||||
if (this.ignoreWatcher) return
|
if (this.ignoreWatcher) return
|
||||||
this.updateWallet({currency: newValue})
|
this.updateWallet({currency: newValue})
|
||||||
this.updateFiatBalance(newValue)
|
this.updateFiatBalance(newValue)
|
||||||
|
},
|
||||||
'$q.screen.gt.sm'(value) {
|
'$q.screen.gt.sm'(value) {
|
||||||
if (value == true) {
|
if (value == true) {
|
||||||
this.mobileSimple = false
|
this.mobileSimple = false
|
||||||
|
|||||||
Reference in New Issue
Block a user