fix(theme): copyright component active mismatch (#525)

This commit is contained in:
pengzhanbo 2025-03-22 00:07:18 +08:00 committed by GitHub
parent e34690836b
commit de69b22dcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ const {
{{ author.name }}
</VPLink>
</p>
<p v-if="sourceUrl">
<p v-if="sourceUrl" data-allow-mismatch>
<span>{{ creationText }}</span>
<VPLink :href="sourceUrl" class="source" :no-icon="creation === 'original'" data-allow-mismatch>
{{ decodeURIComponent(sourceUrl) }}