(privacy) add privacy page.

This commit is contained in:
2020-07-19 13:01:42 +02:00
parent 036233a049
commit 27f8ff68c0
2 changed files with 40 additions and 0 deletions

View File

@@ -15,6 +15,11 @@ const routes: RouteConfig[] = [
name: 'HomePlay',
component: Home,
props: { play: true }
},
{
path: '/Privacy',
name: 'Privacy',
component: () => import('@/views/Privacy.vue')
}
]