diff --git a/package.json b/package.json index 3e89bb7..aa18e8f 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "version": "0.0.0", "scripts": { "dev": "vite dev", - "build": "vite build", - "preview": "vite preview" + "build": "vite build" }, "dependencies": { + "element-plus": "^2.1.7", "vue": "^3.2.25", "vue-router": "^4.0.0-0", "vuex": "^4.0.2" diff --git a/src/App.vue b/src/App.vue index fb30b87..6e75b01 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,7 @@