- Fare LISTA MOVIMENTI più comprensibile

- Grafica Circuiti
This commit is contained in:
Surya Paolo
2024-10-02 03:46:40 +02:00
parent 1424060813
commit e29de7e0f6
47 changed files with 937 additions and 291 deletions

View File

@@ -329,6 +329,7 @@ export default defineComponent({
function hide() {
emit('close', true)
showpage.value = false
}
function sendCoin() {
@@ -455,6 +456,7 @@ export default defineComponent({
function clickIndietro(actualstep: number) {
if (actualstep === 1) {
step.value = 0
hide()
} else if (actualstep === 2) {
step.value = 1
} else if (actualstep === 0) {