fix(theme): copyright component active mismatch (#525)
This commit is contained in:
parent
e34690836b
commit
de69b22dcc
@ -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) }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user