Skip to content

Commit

Permalink
fix: fix wallet connect
Browse files Browse the repository at this point in the history
Signed-off-by: zongzheng <304389312@qq.com>
  • Loading branch information
zongzheng123 committed Jan 9, 2024
1 parent 8f056e0 commit 85397c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ export const mutations = {

export const actions = {
modalConnect() {
const layout = this.$router.app.$children.find(data=>data.$el === document.getElementById("landing-layout"));
const layout = this.$router.app.$children.find(data=> {
return data.$refs.connect
});
layout.$refs.connect.modalConnect = true
},
// getData({commit}) {
Expand Down

0 comments on commit 85397c4

Please sign in to comment.