diff --git a/package.json b/package.json index aa1c7deb0adb6e6aea5a1380426189ac24eee7a7..6ea0a5fe89dee89ebf7336e9415f4ccbfc1b9123 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "preview": "vite preview --port 4173" }, "dependencies": { + "element-plus": "^2.3.5", "guess": "^1.0.2", "vue": "^3.2.37" }, diff --git a/src/App.vue b/src/App.vue index 633a5dfe4e547c48bfa93740a290ba5ba370930a..e88f45616a7d33d8670d2148a5719c869cd23ef0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,10 @@