diff --git a/src/components/Footer.vue b/src/components/Footer.vue index faae7d6..5c11b00 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -19,6 +19,8 @@ /> + Personvern + diff --git a/src/router/index.js b/src/router/index.js index d0785f2..14f88a8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -9,6 +9,7 @@ import MyRequestsView from "@/views/MyRequestsView.vue"; // eslint-disable import MyAssignedRequestsView from "@/views/MyAssignedRequestsView.vue"; // eslint-disable import EditRequestView from "@/views/EditRequestView.vue"; import MyPageView from "@/views/MyPageView.vue"; +import PrivacyNotice from "@/views/PrivacyNotice.vue"; import firebase from "firebase"; Vue.use(VueRouter); @@ -87,6 +88,11 @@ const routes = [ meta: { requiresAuth: true } + }, + { + path: "/privacy", + name: "PrivacyNotice", + component: PrivacyNotice } ]; diff --git a/src/views/PrivacyNotice.vue b/src/views/PrivacyNotice.vue new file mode 100644 index 0000000..86c8c94 --- /dev/null +++ b/src/views/PrivacyNotice.vue @@ -0,0 +1,41 @@ + + + +