- Migliorata la Notifica degli Eventi su Telegram
- Gli annunci (beni/servizi/ospitalità) ora possono essere visti anche tramite un link, anche per chi non è dentro alla App. - Aggiunto bottone "Aggiorna" per aggiornare il Saldo attuale. - I "Conti Collettivi" ora vengono chiamati Gruppi (o Conto di Gruppo).
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineComponent, onMounted, PropType, ref, watch } from 'vue'
|
||||
import { tools } from '@src/store/Modules/tools'
|
||||
import { CCurrencyValue } from '../CCurrencyValue'
|
||||
|
||||
|
||||
import { useCircuitStore } from '@store/CircuitStore'
|
||||
import { date, useQuasar } from 'quasar'
|
||||
import { useI18n } from '@/boot/i18n'
|
||||
import { IAccount, ISpecialField } from 'model'
|
||||
@@ -57,11 +57,12 @@ export default defineComponent({
|
||||
const showingtooltip = ref(false)
|
||||
const visuTransac = ref(false)
|
||||
|
||||
const circuitStore = useCircuitStore()
|
||||
|
||||
function created() {
|
||||
// created
|
||||
}
|
||||
|
||||
|
||||
onMounted(created)
|
||||
|
||||
return {
|
||||
@@ -72,7 +73,7 @@ export default defineComponent({
|
||||
color_border,
|
||||
visuTransac,
|
||||
costanti,
|
||||
|
||||
circuitStore,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user