From 3eabd79693739c3a7b425ad75f30640145e10db1 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Fri, 18 Oct 2024 13:43:02 +0800 Subject: [PATCH] =?UTF-8?q?address=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/wallet.js b/src/store/wallet.js index 223610f..aeead81 100644 --- a/src/store/wallet.js +++ b/src/store/wallet.js @@ -6,7 +6,7 @@ export const walletStore = defineStore( () => { const walletType = ref(); const eoaType = ref(); - const address = ref(); + const address = ref(''); const chainId = ref(); const token = ref(); const refreshToken = ref();