Visu Sent Monete
This commit is contained in:
@@ -12,6 +12,7 @@ import { CUserNonVerif } from '@/components/CUserNonVerif'
|
||||
import { CTitlePage } from '@/components/CTitlePage'
|
||||
import { CMapsEsempio } from '@src/components/CMapsEsempio'
|
||||
import { CVerifyEmail } from '@src/components/CVerifyEmail'
|
||||
import { CNotifAtTop } from '@src/components/CNotifAtTop'
|
||||
import { CVerifyTelegram } from '@src/components/CVerifyTelegram'
|
||||
import { LandingFooter } from '@/components/LandingFooter'
|
||||
import { useGlobalStore } from '@store/globalStore'
|
||||
@@ -22,7 +23,8 @@ import MixinUsers from '@/mixins/mixin-users'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'Goods',
|
||||
components: { CSkill, CChartMap, CMapsEsempio, CFinder, CVerifyEmail, CVerifyTelegram, CDashboard, CUserNonVerif, CTitlePage, LandingFooter },
|
||||
components: { CSkill, CChartMap, CMapsEsempio, CFinder,
|
||||
CNotifAtTop, CVerifyEmail, CVerifyTelegram, CDashboard, CUserNonVerif, CTitlePage, LandingFooter },
|
||||
setup() {
|
||||
|
||||
return {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<q-page class="">
|
||||
|
||||
<div v-if="tools.isLogged()">
|
||||
<CNotifAtTop />
|
||||
|
||||
<div v-if="tools.isUserOk()">
|
||||
<CTitlePage :ind="0" />
|
||||
|
||||
@@ -9,6 +9,8 @@ import { CFinder } from '@/components/CFinder'
|
||||
import { LandingFooter } from '@/components/LandingFooter'
|
||||
import { CDashboard } from '@/components/CDashboard'
|
||||
import { CChartMap } from '@src/components/CChartMap'
|
||||
import { CNotifAtTop } from '@src/components/CNotifAtTop'
|
||||
|
||||
import { CUserNonVerif } from '@/components/CUserNonVerif'
|
||||
import { CTitlePage } from '@/components/CTitlePage'
|
||||
import { CMapsEsempio } from '@src/components/CMapsEsempio'
|
||||
@@ -24,7 +26,7 @@ import { colmyHosp } from '@store/Modules/fieldsTable'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'hosp',
|
||||
components: { CSkill, CChartMap, CMapsEsempio, CFinder, CVerifyEmail, CVerifyTelegram, CDashboard, CUserNonVerif, CTitlePage, LandingFooter },
|
||||
components: { CSkill, CChartMap, CMapsEsempio, CNotifAtTop, CFinder, CVerifyEmail, CVerifyTelegram, CDashboard, CUserNonVerif, CTitlePage, LandingFooter },
|
||||
setup() {
|
||||
return {
|
||||
colmyHosp,
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
<div v-if="tools.isLogged()">
|
||||
|
||||
<CNotifAtTop />
|
||||
<div v-if="tools.isUserOk()">
|
||||
<CTitlePage :ind="2" />
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ import { CMapsEsempio } from '@src/components/CMapsEsempio'
|
||||
import { useGlobalStore } from '@store/globalStore'
|
||||
import { useUserStore } from '@store/UserStore'
|
||||
import { static_data } from '@/db/static_data'
|
||||
import { useNotifStore } from '@store/NotifStore'
|
||||
|
||||
import MixinBase from '@/mixins/mixin-base'
|
||||
import MixinUsers from '@/mixins/mixin-users'
|
||||
import { shared_consts } from '@/common/shared_vuejs'
|
||||
@@ -28,6 +30,8 @@ export default defineComponent({
|
||||
const globalStore = useGlobalStore()
|
||||
const userStore = useUserStore()
|
||||
const { getValDb } = MixinBase()
|
||||
const notifStore = useNotifStore()
|
||||
|
||||
|
||||
const { setmeta } = MixinMetaTags()
|
||||
|
||||
@@ -41,6 +45,7 @@ export default defineComponent({
|
||||
shared_consts,
|
||||
globalStore,
|
||||
setmeta,
|
||||
notifStore,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
@@ -10,6 +10,7 @@ import { CDashboard } from '@/components/CDashboard'
|
||||
import { CTitlePage } from '@/components/CTitlePage'
|
||||
import { CChartMap } from '@src/components/CChartMap'
|
||||
import { CUserNonVerif } from '@/components/CUserNonVerif'
|
||||
import { CNotifAtTop } from '@src/components/CNotifAtTop'
|
||||
import { CMapsEsempio } from '@src/components/CMapsEsempio'
|
||||
import { CVerifyEmail } from '@src/components/CVerifyEmail'
|
||||
import { CVerifyTelegram } from '@src/components/CVerifyTelegram'
|
||||
@@ -23,7 +24,7 @@ import { costanti } from '@costanti'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'Services',
|
||||
components: { CSkill, CChartMap, CMapsEsempio, CFinder, CVerifyEmail, CVerifyTelegram, CDashboard, CUserNonVerif, CTitlePage, LandingFooter },
|
||||
components: { CSkill, CChartMap, CNotifAtTop, CMapsEsempio, CFinder, CVerifyEmail, CVerifyTelegram, CDashboard, CUserNonVerif, CTitlePage, LandingFooter },
|
||||
setup() {
|
||||
return {
|
||||
tools,
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
<div v-if="tools.isLogged()">
|
||||
|
||||
<CNotifAtTop />
|
||||
<div v-if="tools.isUserOk()">
|
||||
|
||||
<CFinder
|
||||
|
||||
Reference in New Issue
Block a user