Update ProfilePage.vue

This commit is contained in:
rafael1209
2024-04-08 21:46:41 +03:00
parent 26ee6ded22
commit 935ac5dc52

View File

@@ -133,6 +133,11 @@ export default {
withdrawClick() { withdrawClick() {
this.openModal = true this.openModal = true
this.payments = false this.payments = false
this.openRef = false
},
referalClick() {
this.openModal = false
this.openRef = true
}, },
NotificationEventListener() { NotificationEventListener() {
this.notification = true this.notification = true