Conti Comunitari e Collettivi

This commit is contained in:
Surya Paolo
2023-02-01 16:36:17 +01:00
parent f62ac90b34
commit 97ee2a1129
8 changed files with 67 additions and 34 deletions

View File

@@ -50,6 +50,7 @@ export default defineComponent({
const groupnameSel = ref('')
const showsendCoinTo = ref(false)
const showrules = ref(false)
const animation = ref('fade')
@@ -455,6 +456,7 @@ export default defineComponent({
groupsListAdmin,
groupnameSel,
showsendCoinTo,
showrules,
}
}
})