保存进度!
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-02-15 09:25:52
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-03-24 14:34:52
|
||||
* @LastEditTime: 2023-04-04 08:57:51
|
||||
* @FilePath: /task_schedule/src/main.js
|
||||
* @Description:
|
||||
*
|
||||
@@ -26,7 +26,7 @@ import( "element-plus/dist/index.css" );
|
||||
const app = createApp( App );
|
||||
|
||||
// 注册element-plus的图标
|
||||
for ( const [ key, component, ] of Object.entries( ElementPlusIconsVue ))
|
||||
for ( const [key, component,] of Object.entries( ElementPlusIconsVue ))
|
||||
{
|
||||
app.component( key, component );
|
||||
}
|
||||
|
@@ -35,6 +35,6 @@ const animal: CatOrDog =
|
||||
|
||||
console.log( "test" );
|
||||
|
||||
const gainers: Array<string | number> = [ "kane", 588, ];
|
||||
const gainers: Array<string | number> = ["kane", 588,];
|
||||
|
||||
const kane = { a: 100, b: 200, };
|
||||
|
Reference in New Issue
Block a user