- Ogni utente puo' cosi scegliere di regalare un proprio invitato, cliccando sull'invitato, scrivendo l'username del destinatario e premendo il bottone 'Regala Invitato'. Al destinatario gli arriverà un messaggio sul Bot Telegram che indica che gli è stato regalato un'invitato.
22 lines
350 B
Plaintext
22 lines
350 B
Plaintext
<div v-if="$q.screen.gt.xs">
|
|
.....
|
|
</div>
|
|
|
|
|
|
import MixinMetaTags from '@src/mixins/mixin-metatags'
|
|
import { tools } from '@src/store/Modules/tools'
|
|
|
|
|
|
MixinMetaTags
|
|
|
|
public meta() {
|
|
return tools.metafunc(this)
|
|
}
|
|
|
|
|
|
<span>{{ setmeta({
|
|
title: "",
|
|
description: "",
|
|
keywords: "" } ) }}
|
|
</span>
|