feat(theme): improve doc copyright link text (#457)
This commit is contained in:
parent
63a53d6c18
commit
3017bd7a94
@ -27,7 +27,7 @@ const {
|
||||
<p v-if="sourceUrl">
|
||||
<span>{{ creationText }}</span>
|
||||
<VPLink :href="sourceUrl" :no-icon="creation === 'original'" data-allow-mismatch>
|
||||
{{ sourceUrl }}
|
||||
{{ decodeURIComponent(sourceUrl) }}
|
||||
</VPLink>
|
||||
</p>
|
||||
<p v-if="license">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user