...
This commit is contained in:
		@@ -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 );
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -34,3 +34,7 @@ const animal: CatOrDog =
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
console.log( "test" );
 | 
			
		||||
 | 
			
		||||
const gainers: Array<string | number> = [ "kane", 588, ];
 | 
			
		||||
 | 
			
		||||
const kane = { a: 100, b: 200, };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user