From 8663a4b12a49a95b9ed98e7422627472d175b66d Mon Sep 17 00:00:00 2001 From: Jared Dantis Date: Fri, 30 Jun 2023 20:41:10 +0800 Subject: [PATCH 1/2] pages: Move reports to subpath --- app.vue | 12 +- components/Navbar.vue | 2 +- components/ReportBasePage.vue | 13 ++ pages/index.vue | 184 +--------------------------- pages/{report => reports}/[id].vue | 0 pages/reports/index.vue | 187 +++++++++++++++++++++++++++++ 6 files changed, 204 insertions(+), 194 deletions(-) create mode 100644 components/ReportBasePage.vue rename pages/{report => reports}/[id].vue (100%) create mode 100644 pages/reports/index.vue diff --git a/app.vue b/app.vue index 18714ab..9d060d5 100644 --- a/app.vue +++ b/app.vue @@ -1,15 +1,7 @@ diff --git a/components/Navbar.vue b/components/Navbar.vue index e4e77e0..ddc40eb 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -66,7 +66,7 @@ const onHomeTabClick = () => {