From 928f9783e9706128efb530ee189b1eeb6258f37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 24 Aug 2024 01:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AppHeader.vue | 10 ++++-- nuxt.config.ts | 4 +-- pages/[custom]/index.vue | 2 -- pages/product/index.vue | 75 ++++++++++++++++++++++++++++++++++++++++ pages/test.vue | 41 ++++++++++++---------- 5 files changed, 107 insertions(+), 25 deletions(-) create mode 100644 pages/product/index.vue diff --git a/components/AppHeader.vue b/components/AppHeader.vue index e5ddcbe..858b946 100644 --- a/components/AppHeader.vue +++ b/components/AppHeader.vue @@ -1,8 +1,8 @@ + + diff --git a/pages/test.vue b/pages/test.vue index 3c8abce..1b91bfd 100644 --- a/pages/test.vue +++ b/pages/test.vue @@ -4,25 +4,30 @@