From 747d80fa18b95b4845aeb7456bee407bdad74e63 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 29 Mar 2023 19:32:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(route):=20isMain=E7=94=A8=E4=BA=8E?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E5=AD=90=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 43 +++++++++++++++++++++++++++++++------------ src/router/routes.ts | 27 +++++++++++++++++++++++++++ src/views/t-post.vue | 14 ++++++++++++++ 3 files changed, 72 insertions(+), 12 deletions(-) create mode 100644 src/views/t-post.vue diff --git a/src/App.vue b/src/App.vue index 618e0e2a..11ddca63 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,19 +1,32 @@ +