diff --git a/quasar.conf.js b/quasar.conf.js index fa5f9ab..6845865 100644 --- a/quasar.conf.js +++ b/quasar.conf.js @@ -55,7 +55,7 @@ const extendHTMLToWebpack = (config) => { .loader('vue-html-loader') }; -const elenco1 = ['/', ]; +const elenco1 = ['/']; const extendPrerender = (config) => { config diff --git a/src/root/home/home.ts b/src/root/home/home.ts index 413a499..3991ad0 100644 --- a/src/root/home/home.ts +++ b/src/root/home/home.ts @@ -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 + } } diff --git a/src/root/home/home.vue b/src/root/home/home.vue index 70eecb9..2db357f 100644 --- a/src/root/home/home.vue +++ b/src/root/home/home.vue @@ -86,11 +86,10 @@ -