From 9105ec18fdc9b02811831019b252781622c19f01 Mon Sep 17 00:00:00 2001 From: ChaituVR Date: Thu, 1 Aug 2024 23:04:23 +0530 Subject: [PATCH] feat: Add terms and conditions page --- src/App.vue | 5 +- src/components/TheFooter.vue | 6 + src/locales/default.json | 1 + src/router/index.ts | 8 +- src/views/TermsView.vue | 292 +++++++++++++++++++++++++++++++++++ 5 files changed, 310 insertions(+), 2 deletions(-) create mode 100644 src/views/TermsView.vue diff --git a/src/App.vue b/src/App.vue index ce562d03261..2f4726ca7cb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,7 +41,10 @@ onMounted(async () => { -