开始设计业绩组件。

This commit is contained in:
2023-03-03 16:08:27 +08:00
parent 3afb4ca1ff
commit 19df478f63
14 changed files with 226 additions and 43 deletions

View File

@@ -2,14 +2,14 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-03-03 09:58:49
* @LastEditTime: 2023-03-03 15:50:08
* @FilePath: /task_schedule/src/main.js
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
import { createApp } from 'vue';
import { router } from "./router/index.js";
import { router } from "./router/index";
import store from "@/store/index";
import App from './App.vue';