-
+
表单导入导出
+
+
+
+
+
+
+
+
+ 导出
+
+ 导入
+
+
+
+
+
+
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/main.js b/src/main.js
index 90e6400b4d8ad8aba0c1caa53874eb4b81380648..857f6f5d1a6d0b0757b372899c4bdbc02b8db49c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -2,5 +2,6 @@ import { createApp } from 'vue'
import App from './App.vue'
import './assets/main.css'
-
-createApp(App).mount('#app')
+import ElementPlus from 'element-plus'
+import 'element-plus/dist/index.css'
+createApp(App).use(ElementPlus).mount('#app')