保存进度!

This commit is contained in:
2023-02-15 18:23:32 +08:00
parent 7edf78f1cc
commit 4ec93a0567
4 changed files with 9 additions and 153 deletions

View File

@@ -2,21 +2,21 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-02-15 09:57:26
* @LastEditTime: 2023-02-15 16:21:24
* @FilePath: /task_schedule/src/main.js
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
import { createApp } from 'vue';
import './style.css';
import App from './App.vue';
//css
import("element-plus/dist/index.css");
//element-plus
import ElementPlus from "element-plus";
import ElementPlus from "element-plus";;
import * as ElementPlusIconsVue from "@element-plus/icons-vue";
const app = createApp(App);