Aggiunto Multi Progetto

- ++ Popolo del Nuovo Mondo
This commit is contained in:
paoloar77
2022-01-04 01:09:08 +01:00
parent 5375e9d728
commit 3344c565f0
60 changed files with 13241 additions and 230 deletions

View File

@@ -2,8 +2,8 @@ import { defineComponent, onMounted, ref } from 'vue'
import { CMyPage } from '@/components/CMyPage'
import { CGridTableRec } from '@/components/CGridTableRec'
import { tools } from '../../../store/Modules/tools'
import { static_data } from '../../../db/static_data'
import { tools } from '@store/Modules/tools'
import { static_data } from '@/db/static_data'
import { fieldsTable } from '@src/store/Modules/fieldsTable'
import { shared_consts } from '@/common/shared_vuejs'