mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-09 07:26:01 -04:00
(lint)
This commit is contained in:
parent
9340b4fb8e
commit
09e0fa9f2d
@ -14,10 +14,14 @@ const props = defineProps<{
|
||||
<Icon v="share" />
|
||||
<T>share</T><T>quotation.colon</T>
|
||||
</p>
|
||||
<AvrisVueShare :title="props.title" :url="props.url" :translations="{
|
||||
<AvrisVueShare
|
||||
:title="props.title"
|
||||
:url="props.url"
|
||||
:translations="{
|
||||
share: $t('share'),
|
||||
clipboard: $t('crud.copy'),
|
||||
logo: (network: string) => `${network} logo`,
|
||||
}" />
|
||||
}"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user