- Bot Telegram ...
This commit is contained in:
@@ -55,7 +55,7 @@ const extendHTMLToWebpack = (config) => {
|
|||||||
.loader('vue-html-loader')
|
.loader('vue-html-loader')
|
||||||
};
|
};
|
||||||
|
|
||||||
const elenco1 = ['/', ];
|
const elenco1 = ['/'];
|
||||||
|
|
||||||
const extendPrerender = (config) => {
|
const extendPrerender = (config) => {
|
||||||
config
|
config
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import { tools } from '@src/store/Modules/tools'
|
|||||||
import { func_tools, toolsext } from '@src/store/Modules/toolsext'
|
import { func_tools, toolsext } from '@src/store/Modules/toolsext'
|
||||||
import { Screen } from 'quasar'
|
import { Screen } from 'quasar'
|
||||||
import MixinMetaTags from '@src/mixins/mixin-metatags'
|
import MixinMetaTags from '@src/mixins/mixin-metatags'
|
||||||
import { CCardCarousel, CImgText, CTitleBanner } from '@components'
|
import { CCardCarousel, CImgText, CTitleBanner, CStatus } from '@components'
|
||||||
import MixinBase from '@src/mixins/mixin-base'
|
import MixinBase from '@src/mixins/mixin-base'
|
||||||
|
|
||||||
Vue.use(VueScrollReveal, {
|
Vue.use(VueScrollReveal, {
|
||||||
@@ -30,7 +30,7 @@ Vue.use(VueScrollReveal, {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
mixins: [MixinBase],
|
mixins: [MixinBase],
|
||||||
components: { Logo, Footer, CMyPage, CCardCarousel, CTitleBanner, CImgText }
|
components: { Logo, Footer, CMyPage, CCardCarousel, CTitleBanner, CImgText, CStatus }
|
||||||
})
|
})
|
||||||
export default class Home extends MixinBase {
|
export default class Home extends MixinBase {
|
||||||
public text: string = ''
|
public text: string = ''
|
||||||
@@ -472,5 +472,8 @@ export default class Home extends MixinBase {
|
|||||||
return rec.file[tools.getLocale()]
|
return rec.file[tools.getLocale()]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get isVerificato() {
|
||||||
|
return UserStore.getters.isVerificato
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -86,11 +86,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="q-pa-md q-gutter-md">
|
<div v-if="isLogged">
|
||||||
<div v-if="isLogged && !isVerified" class="text-verified">{{
|
<div v-if="!isVerificato">
|
||||||
$t('components.authentication.email_verification.link_sent') }}
|
<CStatus></CStatus>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
[Dolphin]
|
[Dolphin]
|
||||||
PreviewsShown=true
|
PreviewsShown=true
|
||||||
SortOrder=1
|
Timestamp=2020,1,3,14,1,26
|
||||||
SortRole=modificationtime
|
|
||||||
Timestamp=2019,11,19,18,34,22
|
|
||||||
Version=4
|
Version=4
|
||||||
ViewMode=1
|
ViewMode=1
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 264 KiB |
Reference in New Issue
Block a user