This commit is contained in:
Surya Paolo
2024-01-07 16:03:45 +01:00
parent be6ce49698
commit ecd3154dd8
13 changed files with 69 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ export default defineComponent({
props: {},
setup() {
const userStore = useUserStore()
const globalStore = useGlobalStore()
const notifStore = useNotifStore()
const circuitStore = useCircuitStore()
const $route = useRoute()
@@ -550,6 +551,7 @@ export default defineComponent({
aggiornaSaldo,
loadSaldo,
optionsmov,
globalStore,
}
}
})