fix problems with :href links causing the app to reload for DB errors on mobile

This commit is contained in:
2025-06-13 20:39:12 -06:00
parent a23416ead1
commit fb81f7b96e
4 changed files with 43 additions and 17 deletions

View File

@@ -48,12 +48,15 @@
<span>
{{ didInfo(visDid) }}
<span v-if="!serverUtil.isEmptyOrHiddenDid(visDid)">
<a :href="`/did/${visDid}`" class="text-blue-500">
<router-link
:to="{ path: '/did/' + encodeURIComponent(visDid) }"
class="text-blue-500"
>
<font-awesome
icon="arrow-up-right-from-square"
class="fa-fw"
/>
</a>
</router-link>
</span>
</span>
</div>