avanti...

This commit is contained in:
Surya Paolo
2023-11-27 16:27:05 +01:00
parent f1702d76d6
commit cbf3bdafc7
3 changed files with 181 additions and 172 deletions

View File

@@ -8,6 +8,8 @@ import { useI18n } from '@/boot/i18n'
import { toolsext } from '@store/Modules/toolsext'
import { useQuasar } from 'quasar'
import { costanti } from '@costanti'
import { shared_consts } from '@src/common/shared_vuejs'
// import MixinBase from '@src/mixins/mixin-base'
export default defineComponent({
@@ -22,6 +24,8 @@ export default defineComponent({
const $q = useQuasar()
const { t } = useI18n();
// const { setValDb, getValDb } = MixinBase()
function mounted() {
// Inizializza
@@ -35,6 +39,7 @@ export default defineComponent({
costanti,
tools,
toolsext,
shared_consts,
}
}
})