增加一个用于代码测试的typescript项目

This commit is contained in:
2023-03-03 11:35:34 +08:00
parent 10047b7b6d
commit 3afb4ca1ff
13 changed files with 2939 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-03-02 23:44:32
* @LastEditTime: 2023-03-03 09:58:49
* @FilePath: /task_schedule/src/main.js
* @Description:
*
@@ -14,10 +14,9 @@ import store from "@/store/index";
import App from './App.vue';
import './style.css';
import "@/assets/font/fonts.css";
//css
import './style.css';
import "./assets/css/index.scss";
import("element-plus/dist/index.css");