保存进度!
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user