From 75b47e8c93efc1cdc5c289704d0218158b694011 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 14 May 2024 11:54:34 +0800 Subject: [PATCH] add layout --- app.vue | 9 ++++++--- pages/index.vue | 10 ++++------ pages/search/[id].vue | 32 ++++++++------------------------ 3 files changed, 18 insertions(+), 33 deletions(-) diff --git a/app.vue b/app.vue index fc2270b..30f06c4 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,8 @@ + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 418c437..80d9902 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,8 +1,6 @@ - \ No newline at end of file + diff --git a/pages/search/[id].vue b/pages/search/[id].vue index ada9d30..d9d9523 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -1,26 +1,10 @@ - + \ No newline at end of file -- GitLab