From 55ca46efbd938f8e57cf5cc64a89236294bc77bc Mon Sep 17 00:00:00 2001 From: 64a4c0f828d3a54b45792bb5 <64a4c0f828d3a54b45792bb5@devide> Date: Sat, 8 Jul 2023 17:19:10 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=90=9C=E7=B4=A2=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=B9=B3=E5=8F=B0=E7=AD=89=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/App.vue | 87 ++++++++++++++++++++++++++++++++++++++++++++++++---- src/main.js | 4 ++- 3 files changed, 85 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index aa1c7de..af18d33 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "preview": "vite preview --port 4173" }, "dependencies": { + "element-plus": "^2.3.7", "guess": "^1.0.2", "vue": "^3.2.37" }, diff --git a/src/App.vue b/src/App.vue index ffe04f4..930ecb0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,21 +1,96 @@