保存进度!
This commit is contained in:
		@@ -2,8 +2,8 @@
 | 
				
			|||||||
 * @Author: Kane
 | 
					 * @Author: Kane
 | 
				
			||||||
 * @Date: 2022-12-14 15:12:46
 | 
					 * @Date: 2022-12-14 15:12:46
 | 
				
			||||||
 * @LastEditors: Kane
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 * @LastEditTime: 2023-02-03 18:53:11
 | 
					 * @LastEditTime: 2023-02-15 09:34:25
 | 
				
			||||||
 * @FilePath: \IT工具综合平台\src\App.vue
 | 
					 * @FilePath: /IT工具综合平台/src/App.vue
 | 
				
			||||||
 * @Description: 
 | 
					 * @Description: 
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
 * Copyright (c) ${2022} by Kane, All Rights Reserved. 
 | 
					 * Copyright (c) ${2022} by Kane, All Rights Reserved. 
 | 
				
			||||||
@@ -24,7 +24,7 @@ export default {
 | 
				
			|||||||
  {
 | 
					  {
 | 
				
			||||||
    const locale = zhCn;
 | 
					    const locale = zhCn;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return { locale };
 | 
					    return { locale, };
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  components: {
 | 
					  components: {
 | 
				
			||||||
    // HelloWorld,
 | 
					    // HelloWorld,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,8 @@
 | 
				
			|||||||
 * @Author: Kane
 | 
					 * @Author: Kane
 | 
				
			||||||
 * @Date: 2022-12-14 15:12:46
 | 
					 * @Date: 2022-12-14 15:12:46
 | 
				
			||||||
 * @LastEditors: Kane
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 * @LastEditTime: 2023-01-30 21:43:21
 | 
					 * @LastEditTime: 2023-02-15 09:45:56
 | 
				
			||||||
 * @FilePath: \IT工具综合平台\src\main.js
 | 
					 * @FilePath: /IT工具综合平台/src/main.js
 | 
				
			||||||
 * @Description: 
 | 
					 * @Description: 
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
 * Copyright (c) ${2022} by Kane, All Rights Reserved. 
 | 
					 * Copyright (c) ${2022} by Kane, All Rights Reserved. 
 | 
				
			||||||
@@ -31,7 +31,7 @@ const app = createApp(App);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
app.component("SvgIcon", SvgIcon);
 | 
					app.component("SvgIcon", SvgIcon);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
for (const [key, component] of Object.entries(ElementPlusIconsVue))
 | 
					for (const [key, component,] of Object.entries(ElementPlusIconsVue))
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    app.component(key, component);
 | 
					    app.component(key, component);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user