Encore des commits degeu

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-06-06 17:42:53 +02:00
parent 90de5a105b
commit 63b63d9ee2
31 changed files with 3200 additions and 2937 deletions

View File

@@ -103,7 +103,7 @@ const router = new Router({
meta: { requiredAuth: false },
},
{
path: '/@:name/:slug',
path: '/events/:uuid',
name: 'Event',
component: Event,
props: true,