pagina Attivita + Video e PDF Presentazione

This commit is contained in:
Surya Paolo
2023-01-05 01:37:25 +01:00
parent 98dcea5526
commit d5d005a714
17 changed files with 545 additions and 392 deletions

View File

@@ -6,11 +6,11 @@ import { useI18n } from '@/boot/i18n'
import { tools } from '@store/Modules/tools'
import { costanti } from '@store/Modules/costanti'
import { static_data } from '@src/db/static_data'
import { CRegistration } from '@/components/CRegistration'
export default defineComponent({
name: 'CCheckIfIsLogged',
components: { },
components: { CRegistration },
props: {},
setup(props, { emit }) {