- Bot Telegram ...

This commit is contained in:
Paolo Arena
2020-01-03 22:02:30 +01:00
parent e2ed90c19f
commit 3d6bcb770f
5 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ import { tools } from '@src/store/Modules/tools'
import { func_tools, toolsext } from '@src/store/Modules/toolsext'
import { Screen } from 'quasar'
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'
Vue.use(VueScrollReveal, {
@@ -30,7 +30,7 @@ Vue.use(VueScrollReveal, {
@Component({
mixins: [MixinBase],
components: { Logo, Footer, CMyPage, CCardCarousel, CTitleBanner, CImgText }
components: { Logo, Footer, CMyPage, CCardCarousel, CTitleBanner, CImgText, CStatus }
})
export default class Home extends MixinBase {
public text: string = ''
@@ -472,5 +472,8 @@ export default class Home extends MixinBase {
return rec.file[tools.getLocale()]
}
get isVerificato() {
return UserStore.getters.isVerificato
}
}