- pagine RISO
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { PropType } from 'vue';
|
||||
import { defineComponent, onMounted, ref, watch } from 'vue'
|
||||
import { tools } from '@src/store/Modules/tools'
|
||||
import { tools } from '@/store/Modules/tools'
|
||||
import { CCurrencyValue } from '../CCurrencyValue'
|
||||
|
||||
import { useCircuitStore } from '@store/CircuitStore'
|
||||
@@ -8,8 +8,8 @@ import { date, useQuasar } from 'quasar'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import type { IAccount } from 'model';
|
||||
import { ISpecialField } from 'model'
|
||||
import { CMyFieldDb } from '@src/components/CMyFieldDb'
|
||||
import { CMyFieldRec } from '@src/components/CMyFieldRec'
|
||||
import { CMyFieldDb } from '@/components/CMyFieldDb'
|
||||
import { CMyFieldRec } from '@/components/CMyFieldRec'
|
||||
import { colTableNotifCoins } from '@store/Modules/fieldsTable'
|
||||
import { costanti } from '@costanti'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user