From c8563b7e640127688196b0831b03209fdc292aa3 Mon Sep 17 00:00:00 2001 From: jiayuqi7813 <63686458+jiayuqi7813@users.noreply.github.com> Date: Mon, 27 Jun 2022 20:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=94=A8=E6=88=B7=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/components/socre.vue | 6 +++++ src/components/userlist.vue | 48 +++++++++++++++++++++++++++++++++++++ src/router/index.js | 10 +++++++- src/views/Users.vue | 12 ++++++++++ 5 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 src/components/userlist.vue create mode 100644 src/views/Users.vue diff --git a/index.html b/index.html index 030a6ff..4aec152 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite App + SNCTF
diff --git a/src/components/socre.vue b/src/components/socre.vue index c3b220e..841acce 100644 --- a/src/components/socre.vue +++ b/src/components/socre.vue @@ -1,5 +1,6 @@