Rework homepage and add a (fancy) about section

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-07 16:48:13 +02:00
parent bcab397b4f
commit fa781fc840
24 changed files with 624 additions and 347 deletions

View File

@@ -264,7 +264,7 @@ import { RouteName } from '@/router';
return [];
},
skip() {
return !this.event.id || !this.currentActor.id;
return !this.currentActor || !this.event || !this.event.id || !this.currentActor.id;
},
},
},