From 195f7194c2b7a541256c501852ba1a01bbfd99ed Mon Sep 17 00:00:00 2001 From: asd Date: Mon, 1 Nov 2021 22:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 ++- src/router/index.ts | 5 +++ src/views/Home.vue | 78 +++++++++++++++++++++++++++++++++++++++++---- src/views/Login.vue | 32 +++++++++++++++---- 4 files changed, 106 insertions(+), 14 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9a5ad34..fc11a64 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,10 @@ + + diff --git a/src/views/Login.vue b/src/views/Login.vue index 60f30d2..93df1a3 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -1,22 +1,23 @@ @@ -35,14 +36,31 @@ export default {