HomePage - Pagina di Presentazione RISO

This commit is contained in:
paoloar77
2022-03-11 23:38:52 +01:00
parent a353e85ccf
commit 41173a9fbb
24 changed files with 1000 additions and 1061 deletions

View File

@@ -19,11 +19,11 @@ import { static_data } from '@/db/static_data'
import MixinBase from '@/mixins/mixin-base'
import MixinUsers from '@/mixins/mixin-users'
import { shared_consts } from '@/common/shared_vuejs'
import { CPresentazione } from '@/components'
export default defineComponent({
name: 'mainview',
components: { CSkill, CChartMap, CMapsEsempio, CDashboard, CUserNonVerif, CMainView, CCopyBtn, Footer, CCheckIfIsLogged, CStatusReg },
components: { CSkill, CChartMap, CMapsEsempio, CDashboard, CUserNonVerif, CMainView, CCopyBtn, Footer, CCheckIfIsLogged, CStatusReg, CPresentazione },
setup() {
const globalStore = useGlobalStore()
const userStore = useUserStore()