tags and new analytics new in budget
This commit is contained in:
@@ -232,9 +232,9 @@ onMounted(async () => {
|
||||
<ConfirmDialog/>
|
||||
<Dialog :visible="inviteCreatedDialog" header="Приглашение" @hide="inviteCreatedDialog=false"
|
||||
@update:visible="inviteCreatedDialog=false">
|
||||
<div class="flex flex-col justify-start">
|
||||
<div class="flex flex-col gap-4 justify-start">
|
||||
<div class="flex flex-row gap-2 items-center"> Ссылка приглашения:
|
||||
<input class="p-2 border min-w-fit w-80" v-model="inviteUrl" disabled></input>
|
||||
<input class="p-2 border w-5/6" v-model="inviteUrl" disabled></input>
|
||||
<button @click="copyToClipboard('https://luminic.space/spaces/invite/' + invite.code)">
|
||||
{{ !copied ? 'Копировать' : 'Скопировано!' }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user