增加一个用于代码测试的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-02-28 22:15:53
* @LastEditTime: 2023-03-03 10:00:54
* @FilePath: /task_schedule/src/App.vue
* @Description:
* 应用的框架
@@ -11,12 +11,12 @@
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
<el-config-provider :locale="this.locale">
<el-config-provider :locale="locale">
<router-view></router-view>
</el-config-provider>
</template>
<script>
<script lang="ts">
import zhCn from "element-plus/lib/locale/lang/zh-cn"; //element-plus语言组件
export default {