From 7b95f1e400ffb66e217c788dd067484ff3524dd5 Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Tue, 6 Aug 2024 18:29:17 +0530 Subject: [PATCH] feat: Add terms and conditions page (#4843) * feat: Add terms and conditions page * lint fi --- 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 () => { -