This commit is contained in:
2023-03-31 23:41:03 +08:00
parent b53090e808
commit 88006b2db9
3 changed files with 55 additions and 36 deletions

View File

@@ -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 );
}

View File

@@ -34,3 +34,7 @@ const animal: CatOrDog =
};
console.log( "test" );
const gainers: Array<string | number> = [ "kane", 588, ];
const kane = { a: 100, b: 200, };