- Billettera

- Lista Ingressi
 - Send a Tutti la propria Lavagna.
This commit is contained in:
Paolo Arena
2020-02-19 16:09:44 +01:00
parent 8e6e356125
commit 61dcb2360e
24 changed files with 999 additions and 190 deletions

View File

@@ -27,4 +27,8 @@ export default class Intro extends MixinBase {
tools.setCookie(tools.APORTADOR_SOLIDARIO, this.$route.params.invited)
}
get invited() {
return this.$route.params.invited
}
}