mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-08 23:14:43 -04:00
(lint)
This commit is contained in:
parent
9340b4fb8e
commit
09e0fa9f2d
@ -8,7 +8,7 @@
|
||||
</div>
|
||||
<div class="list-group-item small p-2">
|
||||
<input v-model="link" class="form-control form-control-sm mb-2" readonly disabled>
|
||||
<Share :url="url"/>
|
||||
<Share :url="url" />
|
||||
</div>
|
||||
<div class="list-group-item small p-3">
|
||||
<h6>
|
||||
|
@ -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="{
|
||||
share: $t('share'),
|
||||
clipboard: $t('crud.copy'),
|
||||
logo: (network: string) => `${network} logo`,
|
||||
}" />
|
||||
<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