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

@@ -1,7 +1,7 @@
import { date, useQuasar } from 'quasar'
import { useUserStore } from '@store/UserStore'
// import { useGlobalStore } from '@store/globalStore'
import { static_data } from '../../db/static_data'
import { static_data } from '@/db/static_data'
import { useGlobalStore } from '@store/globalStore'
import { useTodoStore } from '@store/Todos'
import { Router } from 'vue-router'
@@ -197,13 +197,11 @@ export const toolsext = {
return ris
},
checkLangPassed($router: Router, mylangprop: string) {
checkLangPassed($q: any, $router: Router, mylangprop: string) {
// console.log('checkLangPassed ', mylang)
let mylang = mylangprop
const $q = useQuasar()
const userStore = useUserStore()
const mybrowserLang = $q.lang.isoName