Progetti
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
CStatus,
|
||||
CStatusReg,
|
||||
CNextZoom,
|
||||
CVerifyTelegram, CVerifyEmail, CECommerce, CShareWithUs
|
||||
CVerifyTelegram, CVerifyEmail, CECommerce, CShareWithUs, CEventsCalendar
|
||||
} from '@components'
|
||||
import MixinBase from '@src/mixins/mixin-base'
|
||||
import { static_data } from '@src/db/static_data'
|
||||
@@ -38,6 +38,7 @@ import { INotData } from '@src/model'
|
||||
CVerifyTelegram,
|
||||
CVerifyEmail,
|
||||
CECommerce,
|
||||
CEventsCalendar,
|
||||
CShareWithUs
|
||||
}
|
||||
})
|
||||
@@ -66,7 +67,6 @@ export default class Home extends MixinBase {
|
||||
public arrvideo_yt = []
|
||||
public arrvideo_mp4 = []
|
||||
|
||||
|
||||
public arrsteps = [
|
||||
{
|
||||
label: '1',
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<q-btn class="enable-notifications shadow add-button" v-if="showbuttonHS" @click="addtoHomeScreen"
|
||||
color="primary" rounded
|
||||
size="md"
|
||||
@@ -106,6 +107,13 @@
|
||||
label="Aggiungi alle tue Applicazioni">
|
||||
</q-btn>
|
||||
|
||||
|
||||
<CEventsCalendar :mysingleevent="null" :showfirstN="getValDb('SHOW_LAST_EVENTS', false, 3)">
|
||||
|
||||
</CEventsCalendar>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="q-pt-md q-pl-sm">
|
||||
<div class="text-body2 text-italic text-grey">Versione App {{ getenv('APP_VERSION') }}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user