mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
Add privacy policy
This commit is contained in:
parent
ad78574959
commit
cffb0dbd6b
8 changed files with 154 additions and 4 deletions
|
@ -10,6 +10,12 @@ export const router = new VueRouter({
|
|||
{ path: "/login", beforeEnter: authRedirectGuard },
|
||||
{ path: "/login-callback", beforeEnter: loginCallbackGuard },
|
||||
|
||||
// Privacy policy
|
||||
{
|
||||
path: "/privacy-policy",
|
||||
component: () => import("./components/PrivacyPolicy.vue"),
|
||||
},
|
||||
|
||||
// Docs
|
||||
{
|
||||
path: "/docs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue