保存进度!

This commit is contained in:
2023-02-03 19:04:51 +08:00
parent 6cda734793
commit 1787838b3a
6 changed files with 51 additions and 41 deletions

View File

@@ -2,8 +2,8 @@
* @Author: Kane
* @Date: 2022-12-14 15:12:46
* @LastEditors: Kane
* @LastEditTime: 2023-01-19 14:26:17
* @FilePath: \admin_system\src\App.vue
* @LastEditTime: 2023-02-03 18:53:11
* @FilePath: \IT工具综合平台\src\App.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
@@ -20,10 +20,11 @@ import zhCn from "element-plus/lib/locale/lang/zh-cn";
export default {
name: "App",
data() {
return {
locale: zhCn, //语言属性
};
setup()
{
const locale = zhCn;
return { locale };
},
components: {
// HelloWorld,
@@ -32,4 +33,5 @@ export default {
</script>
<style>
</style>