保存进度!

This commit is contained in:
2022-12-17 12:17:17 +08:00
parent 6b0879721f
commit a8c505a63d
19 changed files with 107 additions and 609 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-12-14 15:12:46
* @LastEditors: Kane
* @LastEditTime: 2022-12-14 17:47:32
* @LastEditTime: 2022-12-17 12:14:05
* @FilePath: \admin_system\src\main.js
* @Description:
*
@@ -20,6 +20,6 @@ import("element-plus/dist/index.css");
import ElementPlus from "element-plus";
const app = createApp(App)
// installElementPlus(app)
app.use(ElementPlus);
app.use(store).use(router).mount('#app')