diff --git a/src/layouts/components/NavBarWallet.vue b/src/layouts/components/NavBarWallet.vue index ca5921fe..aa7337e1 100644 --- a/src/layouts/components/NavBarWallet.vue +++ b/src/layouts/components/NavBarWallet.vue @@ -2,6 +2,9 @@ import { useWalletStore } from '@/stores'; const walletStore = useWalletStore(); +walletStore.$subscribe((m, s) => { + console.log(m, s); +});