From 28f56fb71506dbe30d896d1c2f7c1aeb555b57d1 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Wed, 4 Jun 2025 09:56:17 +0800 Subject: [PATCH] fix links issue --- src/modules/[chain]/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/[chain]/index.vue b/src/modules/[chain]/index.vue index f380f09b..a8230cf6 100644 --- a/src/modules/[chain]/index.vue +++ b/src/modules/[chain]/index.vue @@ -57,7 +57,8 @@ function shortName(name: string, id: string) { : name; } -const comLinks = [ +const comLinks = computed(()=> { + return [ { name: 'Website', icon: 'mdi-web', @@ -79,6 +80,7 @@ const comLinks = [ href: store.github, }, ]; +}) // wallet box const change = computed(() => {